blob: 4bb92d18899168a679fc989e9a0bd05b87142253 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
diff -ur soundtouch-1.3.1.orig/source/example/bpm/Makefile.in soundtouch-1.3.1/source/example/bpm/Makefile.in
--- soundtouch-1.3.1.orig/source/example/bpm/Makefile.in 2006-03-19 14:09:42.000000000 +0200
+++ soundtouch-1.3.1/source/example/bpm/Makefile.in 2008-04-26 10:07:12.000000000 +0300
@@ -186,7 +186,7 @@
libBPM_la_SOURCES = BPMDetect.cpp PeakFinder.cpp
# other compiler flags to add
-AM_CXXFLAGS = -O3 -I../../../include
+AM_CXXFLAGS = -I../../../include
all: all-am
.SUFFIXES:
diff -ur soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.in soundtouch-1.3.1/source/example/SoundStretch/Makefile.in
--- soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.in 2006-03-19 14:09:41.000000000 +0200
+++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.in 2008-04-26 10:06:54.000000000 +0300
@@ -182,8 +182,8 @@
EXTRA_DIST = soundstretch.dsp soundstretch.dsw
soundstretch_SOURCES = main.cpp RunParameters.cpp WavFile.cpp
soundstretch_LDADD = ../../SoundTouch/libSoundTouch.la ../bpm/libBPM.la -lm
-soundstretch_LDFLAGS = -s
-soundstretch_CXXFLAGS = -O3 -I../bpm
+soundstretch_LDFLAGS =
+soundstretch_CXXFLAGS = -I../bpm
all: all-am
.SUFFIXES:
diff -ur soundtouch-1.3.1.orig/source/SoundTouch/Makefile.in soundtouch-1.3.1/source/SoundTouch/Makefile.in
--- soundtouch-1.3.1.orig/source/SoundTouch/Makefile.in 2006-03-19 14:09:39.000000000 +0200
+++ soundtouch-1.3.1/source/SoundTouch/Makefile.in 2008-04-26 10:07:51.000000000 +0300
@@ -191,7 +191,7 @@
# ??? test for -fcheck-new in configure.ac
# other compiler flags to add
-AM_CXXFLAGS = -O3 -msse -fcheck-new -I../../include
+AM_CXXFLAGS = -fcheck-new -I../../include
all: all-am
.SUFFIXES:
|