wok-current diff soundtouch/stuff/soundtouch-1.4.0-mmx-sse-compile-fix.patch @ rev 20008
Add: description.txt and links revision.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Wed Aug 02 14:08:19 2017 -0300 (2017-08-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/soundtouch/stuff/soundtouch-1.4.0-mmx-sse-compile-fix.patch Wed Aug 02 14:08:19 2017 -0300 1.3 @@ -0,0 +1,14 @@ 1.4 +diff -up soundtouch/source/SoundTouch/Makefile.in~ soundtouch/source/SoundTouch/Makefile.in 1.5 +--- soundtouch/source/SoundTouch/Makefile.in~ 2009-02-15 11:21:36.000000000 +0100 1.6 ++++ soundtouch/source/SoundTouch/Makefile.in 2009-02-15 11:23:30.000000000 +0100 1.7 +@@ -209,7 +209,9 @@ libSoundTouch_la_SOURCES = AAFilter.cpp 1.8 + # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can 1.9 + # fix this script to automatically check for CPU architecture, please submit a patch 1.10 + # to me. 1.11 +-AM_CXXFLAGS = -O3 -msse2 -fcheck-new -I../../include 1.12 ++AM_CXXFLAGS = -fcheck-new -I../../include 1.13 ++mmx_optimized.lo : AM_CXXFLAGS = -mmmx -fcheck-new -I../../include 1.14 ++sse_optimized.lo : AM_CXXFLAGS = -msse -fcheck-new -I../../include 1.15 + all: all-am 1.16 + 1.17 + .SUFFIXES: