SOURCES: soundtouch-optflags.patch - updated for 1.3.1 - use -msse...

qboosh qboosh at pld-linux.org
Sun May 21 20:13:48 CEST 2006


Author: qboosh                       Date: Sun May 21 18:13:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.3.1
- use -msse only for sse_optimized.cpp to prevent using SSE by gcc 4 for other files

---- Files affected:
SOURCES:
   soundtouch-optflags.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/soundtouch-optflags.patch
diff -u SOURCES/soundtouch-optflags.patch:1.1 SOURCES/soundtouch-optflags.patch:1.2
--- SOURCES/soundtouch-optflags.patch:1.1	Tue May  3 12:36:19 2005
+++ SOURCES/soundtouch-optflags.patch	Sun May 21 20:13:43 2006
@@ -8,17 +8,19 @@
  AC_PROG_CXX
  #AC_PROG_AWK
  AC_PROG_CC
---- SoundTouch-1.3.0/source/SoundTouch/Makefile.am.orig	2003-12-25 12:36:08.000000000 +0100
-+++ SoundTouch-1.3.0/source/SoundTouch/Makefile.am	2005-05-03 11:41:28.326445456 +0200
-@@ -35,7 +35,7 @@
+--- soundtouch-1.3.1/source/SoundTouch/Makefile.am.orig	2006-03-19 13:08:36.000000000 +0100
++++ soundtouch-1.3.1/source/SoundTouch/Makefile.am	2006-05-21 19:43:24.516711000 +0200
+@@ -35,8 +35,9 @@
  
  # ??? test for -fcheck-new in configure.ac
  # other compiler flags to add
--AM_CXXFLAGS=-O3 -fcheck-new -I../../include
+-AM_CXXFLAGS=-O3 -msse -fcheck-new -I../../include
 +AM_CXXFLAGS=-fcheck-new -I../../include
  
  # other linking flags to add
  #libSoundTouch_la_LIBADD=
+ 
++sse_optimized.lo: AM_CXXFLAGS+=-msse
 --- SoundTouch-1.3.0/source/example/bpm/Makefile.am.orig	2003-12-27 14:02:10.000000000 +0100
 +++ SoundTouch-1.3.0/source/example/bpm/Makefile.am	2005-05-03 11:43:11.554752368 +0200
 @@ -33,7 +33,7 @@
@@ -45,3 +47,5 @@
  
  #clean-local: 
  #	-rm -f additional-files-to-remove-on-make-clean
+--- soundtouch-1.3.1/source/SoundTouch/Makefile.am.orig	2006-05-21 19:44:32.368951000 +0200
++++ soundtouch-1.3.1/source/SoundTouch/Makefile.am	2006-05-21 19:48:52.377201000 +0200
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/soundtouch-optflags.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list