Magellan Linux

Annotation of /trunk/libsoundtouch/patches/libsoundtouch-1.4.0-cflags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 955 - (hide annotations) (download)
Fri Dec 25 09:52:21 2009 UTC (14 years, 5 months ago) by niro
File size: 1138 byte(s)
re-diffed

1 niro 955 diff -ur soundtouch.orig/source/SoundStretch/Makefile.am soundtouch/source/SoundStretch/Makefile.am
2     --- soundtouch.orig/source/SoundStretch/Makefile.am 2009-01-25 18:32:53.000000000 +0200
3     +++ soundtouch/source/SoundStretch/Makefile.am 2009-05-11 12:10:33.000000000 +0300
4     @@ -43,11 +43,5 @@
5     ## linker.
6     soundstretch_LDADD=../SoundTouch/libSoundTouch.la -lm
7    
8     -## linker flags
9     -soundstretch_LDFLAGS=-s
10     -
11     -## additional compiler flags
12     -soundstretch_CXXFLAGS=-O3
13     -
14     #clean-local:
15     # -rm -f additional-files-to-remove-on-make-clean
16     diff -ur soundtouch.orig/source/SoundTouch/Makefile.am soundtouch/source/SoundTouch/Makefile.am
17     --- soundtouch.orig/source/SoundTouch/Makefile.am 2009-01-25 18:32:53.000000000 +0200
18     +++ soundtouch/source/SoundTouch/Makefile.am 2009-05-11 12:11:05.000000000 +0300
19     @@ -36,7 +36,7 @@
20     # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
21     # fix this script to automatically check for CPU architecture, please submit a patch
22     # to me.
23     -AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
24     +AM_CXXFLAGS=-fcheck-new -I../../include
25    
26    
27     # other linking flags to add