wok annotate soundtouch/stuff/soundtouch-1.4.0-mmx-sse-compile-fix.patch @ rev 16838
Up icewm (1.3.8)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Jul 12 20:58:17 2014 +0300 (2014-07-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: |