wok view soundtouch/stuff/soundtouch-1.4.0-mmx-sse-compile-fix.patch @ rev 25670

Up mediawiki (1.41.0), memcached (1.6.23), metasploit (6.3.56), modsecurity-apache (2.9.7), mutt (2.2.12), ncurses (6.4), nginx (1.25.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 17:20:49 2024 +0000 (7 months ago)
parents
children
line source
1 diff -up soundtouch/source/SoundTouch/Makefile.in~ soundtouch/source/SoundTouch/Makefile.in
2 --- soundtouch/source/SoundTouch/Makefile.in~ 2009-02-15 11:21:36.000000000 +0100
3 +++ soundtouch/source/SoundTouch/Makefile.in 2009-02-15 11:23:30.000000000 +0100
4 @@ -209,7 +209,9 @@ libSoundTouch_la_SOURCES = AAFilter.cpp
5 # Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
6 # fix this script to automatically check for CPU architecture, please submit a patch
7 # to me.
8 -AM_CXXFLAGS = -O3 -msse2 -fcheck-new -I../../include
9 +AM_CXXFLAGS = -fcheck-new -I../../include
10 +mmx_optimized.lo : AM_CXXFLAGS = -mmmx -fcheck-new -I../../include
11 +sse_optimized.lo : AM_CXXFLAGS = -msse -fcheck-new -I../../include
12 all: all-am
14 .SUFFIXES: