wok annotate soundtouch/stuff/soundtouch-1.4.0-mmx-sse-compile-fix.patch @ rev 13360

Add redshift
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 12 10:58:59 2012 +0200 (2012-09-12)
parents
children
rev   line source
slaxemulator@13102 1 diff -up soundtouch/source/SoundTouch/Makefile.in~ soundtouch/source/SoundTouch/Makefile.in
slaxemulator@13102 2 --- soundtouch/source/SoundTouch/Makefile.in~ 2009-02-15 11:21:36.000000000 +0100
slaxemulator@13102 3 +++ soundtouch/source/SoundTouch/Makefile.in 2009-02-15 11:23:30.000000000 +0100
slaxemulator@13102 4 @@ -209,7 +209,9 @@ libSoundTouch_la_SOURCES = AAFilter.cpp
slaxemulator@13102 5 # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
slaxemulator@13102 6 # fix this script to automatically check for CPU architecture, please submit a patch
slaxemulator@13102 7 # to me.
slaxemulator@13102 8 -AM_CXXFLAGS = -O3 -msse2 -fcheck-new -I../../include
slaxemulator@13102 9 +AM_CXXFLAGS = -fcheck-new -I../../include
slaxemulator@13102 10 +mmx_optimized.lo : AM_CXXFLAGS = -mmmx -fcheck-new -I../../include
slaxemulator@13102 11 +sse_optimized.lo : AM_CXXFLAGS = -msse -fcheck-new -I../../include
slaxemulator@13102 12 all: all-am
slaxemulator@13102 13
slaxemulator@13102 14 .SUFFIXES: