diff --git a/opus-1.1.1.tar.gz b/opus-1.1.1.tar.gz new file mode 100644 index 0000000..a409b3f --- /dev/null +++ b/opus-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b84ff56bd7720d5554103c557664efac2b8b18acc4bbcc234cb881ab9a3371e +size 957948 diff --git a/opus-1.1.tar.gz b/opus-1.1.tar.gz deleted file mode 100644 index 19a6ab6..0000000 --- a/opus-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 -size 850208 diff --git a/opus.changes b/opus.changes index 58c6f29..5c8d5ff 100644 --- a/opus.changes +++ b/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 diff --git a/opus.spec b/opus.spec index cd33d81..3a5e895 100644 --- a/opus.spec +++ b/opus.spec @@ -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 # # 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}