23 lines
694 B
Diff
23 lines
694 B
Diff
--- lib-src/soundtouch/source/SoundTouch/Makefile.am
|
|
+++ lib-src/soundtouch/source/SoundTouch/Makefile.am
|
|
@@ -35,7 +35,7 @@
|
|
|
|
# ??? 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=
|
|
--- lib-src/soundtouch/source/SoundTouch/Makefile.in
|
|
+++ lib-src/soundtouch/source/SoundTouch/Makefile.in
|
|
@@ -197,7 +197,7 @@
|
|
|
|
# ??? 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
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|