Magellan Linux

Contents of /trunk/libsoundtouch/libsoundtouch-1.3.1-cflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 135 - (show annotations) (download)
Mon May 7 23:25:08 2007 UTC (17 years ago) by niro
File size: 1572 byte(s)
-several fixes

1 diff -Naur soundtouch-1.3.1.orig/source/example/bpm/Makefile.am soundtouch-1.3.1/source/example/bpm/Makefile.am
2 --- soundtouch-1.3.1.orig/source/example/bpm/Makefile.am 2006-03-19 13:08:36.000000000 +0100
3 +++ soundtouch-1.3.1/source/example/bpm/Makefile.am 2007-05-08 00:48:39.000000000 +0200
4 @@ -33,7 +33,7 @@
5
6
7 # other compiler flags to add
8 -AM_CXXFLAGS=-O3 -I../../../include
9 +AM_CXXFLAGS=-I../../../include
10
11 # other linking flags to add
12 #libBPM_la_LIBADD=
13 diff -Naur soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.am soundtouch-1.3.1/source/example/SoundStretch/Makefile.am
14 --- soundtouch-1.3.1.orig/source/example/SoundStretch/Makefile.am 2006-03-19 13:08:36.000000000 +0100
15 +++ soundtouch-1.3.1/source/example/SoundStretch/Makefile.am 2007-05-08 00:48:51.000000000 +0200
16 @@ -47,7 +47,7 @@
17 soundstretch_LDFLAGS=-s
18
19 ## additional compiler flags
20 -soundstretch_CXXFLAGS=-O3 -I../bpm
21 +soundstretch_CXXFLAGS=-I../bpm
22
23 #clean-local:
24 # -rm -f additional-files-to-remove-on-make-clean
25 diff -Naur soundtouch-1.3.1.orig/source/SoundTouch/Makefile.am soundtouch-1.3.1/source/SoundTouch/Makefile.am
26 --- soundtouch-1.3.1.orig/source/SoundTouch/Makefile.am 2006-03-19 13:08:36.000000000 +0100
27 +++ soundtouch-1.3.1/source/SoundTouch/Makefile.am 2007-05-08 00:49:03.000000000 +0200
28 @@ -35,7 +35,7 @@
29
30 # ??? test for -fcheck-new in configure.ac
31 # other compiler flags to add
32 -AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include
33 +AM_CXXFLAGS=-msse -fcheck-new -I../../include
34
35 # other linking flags to add
36 #libSoundTouch_la_LIBADD=