]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/lame/0003-msse.patch
busybox: add upstream post-1.27.2 httpd fix
[coffee/buildroot.git] / package / lame / 0003-msse.patch
1 Fix compile on 32bit Intel
2
3 Downloaded from
4 http://anonscm.debian.org/cgit/pkg-multimedia/lame.git/tree/debian/patches/msse.patch
5
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7
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
14
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
18  
19  if WITH_XMM
20  liblamevectorroutines_la_SOURCES = $(xmm_sources)
21 +liblamevectorroutines_la_CFLAGS = -msse
22  endif
23  
24  noinst_HEADERS = lame_intrin.h