Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1919 - (hide annotations) (download)
Tue Oct 23 23:17:34 2012 UTC (11 years, 6 months ago) by niro
File size: 1071 byte(s)
-rediffed patch
1 niro 1919 diff -Naur soundtouch/source/SoundStretch/Makefile.am soundtouch-magellan/source/SoundStretch/Makefile.am
2     --- soundtouch/source/SoundStretch/Makefile.am 2012-09-01 10:39:31.000000000 +0200
3     +++ soundtouch-magellan/source/SoundStretch/Makefile.am 2012-10-24 03:21:15.416983070 +0200
4     @@ -47,8 +47,5 @@
5     # OP 2011-7-17 Linker flags disabled to prevent stripping symbols by default
6     # soundstretch_LDFLAGS=-s
7    
8     -## additional compiler flags
9     -soundstretch_CXXFLAGS=-O3
10     -
11     #clean-local:
12     # -rm -f additional-files-to-remove-on-make-clean
13     diff -Naur soundtouch/source/SoundTouch/Makefile.am soundtouch-magellan/source/SoundTouch/Makefile.am
14     --- soundtouch/source/SoundTouch/Makefile.am 2012-09-01 10:39:31.000000000 +0200
15     +++ soundtouch-magellan/source/SoundTouch/Makefile.am 2012-10-24 03:21:44.256983070 +0200
16     @@ -32,7 +32,7 @@
17    
18    
19     # Compiler flags
20     -AM_CXXFLAGS=-O3 -fcheck-new -I../../include
21     +AM_CXXFLAGS=-fcheck-new -I../../include
22    
23     # Compile the files that need MMX and SSE individually.
24     libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la