package/bullet: bump to version 2.85.1
[buildroot-gz.git] / package / lame / 0003-msse.patch
blobca4f65f40b903da1bf6e922be433908b015a7bbb
1 Fix compile on 32bit Intel
3 Downloaded from
4 http://anonscm.debian.org/cgit/pkg-multimedia/lame.git/tree/debian/patches/msse.patch
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8 Description: Build xmm_quantize_sub.c with -msse
9 Author: Sebastian Ramacher <sramacher@debian.org>
10 Bug: http://sourceforge.net/p/lame/bugs/443/
11 Bug-Debian: https://bugs.debian.org/760047
12 Forwarded: http://sourceforge.net/p/lame/bugs/443/
13 Last-Update: 2014-08-31
15 --- lame-3.99.5+repack1.orig/libmp3lame/vector/Makefile.am
16 +++ lame-3.99.5+repack1/libmp3lame/vector/Makefile.am
17 @@ -20,6 +20,7 @@ xmm_sources = xmm_quantize_sub.c
19 if WITH_XMM
20 liblamevectorroutines_la_SOURCES = $(xmm_sources)
21 +liblamevectorroutines_la_CFLAGS = -msse
22 endif
24 noinst_HEADERS = lame_intrin.h