mirror of https://gitee.com/openkylin/lame.git
Build xmm_quantize_sub.c with -msse
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 Gbp-Pq: Name msse.patch
This commit is contained in:
parent
76915481d2
commit
fdccbd6d05
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue