Accepting request 347279 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/347279 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opus?expand=0&rev=10
This commit is contained in:
commit
757f46cbd8
3
opus-1.1.1.tar.gz
Normal file
3
opus-1.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b84ff56bd7720d5554103c557664efac2b8b18acc4bbcc234cb881ab9a3371e
|
||||
size 957948
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95
|
||||
size 850208
|
13
opus.changes
13
opus.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 19:32:31 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.1.1:
|
||||
+ x86 SSE, SSE2 and SSE4.1 intrinsics optimizations with run-time
|
||||
CPU detection.
|
||||
+ MIPS intrinsics optimizations.
|
||||
+ ARM Neon optimizations.
|
||||
+ Many architecture-independent optimizations and memory
|
||||
footprint reductions that should improve performance on all
|
||||
platforms, and several minor bug fixes.
|
||||
- Pass --enable-intrinsics to configure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 00:21:36 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package opus
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: opus
|
||||
Version: 1.1
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
%define soname 0
|
||||
Summary: Opus Audio Codec Library
|
||||
@ -73,7 +73,8 @@ technology from Skype's SILK codec and Xiph.Org's CELT codec.
|
||||
%configure \
|
||||
--disable-silent-rules \
|
||||
--disable-doc \
|
||||
--enable-custom-modes
|
||||
--enable-custom-modes \
|
||||
--enable-intrinsics
|
||||
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user