forked from pool/soundtouch
18 lines
903 B
Diff
18 lines
903 B
Diff
--- source/SoundTouch/Makefile.am-dist 2007-07-04 13:14:09.000000000 +0200
|
|
+++ source/SoundTouch/Makefile.am 2007-07-04 14:15:55.000000000 +0200
|
|
@@ -30,12 +30,12 @@
|
|
|
|
lib_LTLIBRARIES=libSoundTouch.la
|
|
# the mmx_gcc.cpp and cpu_detect_x86_gcc.cpp may need to be conditionally included here from things discovered in configure.ac
|
|
-libSoundTouch_la_SOURCES=AAFilter.cpp FIRFilter.cpp FIFOSampleBuffer.cpp mmx_optimized.cpp sse_optimized.cpp RateTransposer.cpp SoundTouch.cpp TDStretch.cpp cpu_detect_x86_gcc.cpp
|
|
+libSoundTouch_la_SOURCES=AAFilter.cpp FIRFilter.cpp FIFOSampleBuffer.cpp RateTransposer.cpp SoundTouch.cpp TDStretch.cpp cpu_detect_x86_gcc.cpp
|
|
|
|
|
|
# ??? test for -fcheck-new in configure.ac
|
|
# other compiler flags to add
|
|
-AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include
|
|
+AM_CXXFLAGS=-O3 -fcheck-new -I../../include
|
|
|
|
# other linking flags to add
|
|
#libSoundTouch_la_LIBADD=
|