[SCM] lame/master: Build xmm_quantize_sub.c with -msse

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Sun Aug 31 14:13:14 UTC 2014


The following commit has been merged in the master branch:
commit c33e6f332440b870ebc60aaf0d11ac494041d6a7
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Aug 31 16:00:58 2014 +0200

    Build xmm_quantize_sub.c with -msse
    
    Closes: #760047

diff --git a/debian/patches/msse.patch b/debian/patches/msse.patch
new file mode 100644
index 0000000..4b71a2e
--- /dev/null
+++ b/debian/patches/msse.patch
@@ -0,0 +1,17 @@
+Description: Build xmm_quantize_sub.c with -msse
+Author: Sebastian Ramacher <sramacher at debian.org>
+Bug: http://sourceforge.net/p/lame/bugs/443/
+Bug-Debian: https://bugs.debian.org/760047
+Forwarded: http://sourceforge.net/p/lame/bugs/443/
+Last-Update: 2014-08-31
+
+--- lame-3.99.5+repack1.orig/libmp3lame/vector/Makefile.am
++++ lame-3.99.5+repack1/libmp3lame/vector/Makefile.am
+@@ -20,6 +20,7 @@ xmm_sources = xmm_quantize_sub.c
+ 
+ if WITH_XMM
+ liblamevectorroutines_la_SOURCES = $(xmm_sources)
++liblamevectorroutines_la_CFLAGS = -msse
+ endif
+ 
+ noinst_HEADERS = lame_intrin.h
diff --git a/debian/patches/series b/debian/patches/series
index b6c202a..f13e82c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ parallel-builds-fix.patch
 unbreak-ftbfs-gcc4.4.patch
 ansi2knr2devnull.patch
 privacy-breach.patch
+msse.patch

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list