From: Stefan Knoblich Date: Thu, 27 Oct 2011 23:06:55 +0000 (+0200) Subject: mod_soundtouch: Update soundtouch to 1.6.0 to fix FS-3634 X-Git-Tag: v1.2-rc1~27^2~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ae59fd70456eebcdf618848ea5170b248637ab;p=thirdparty%2Ffreeswitch.git mod_soundtouch: Update soundtouch to 1.6.0 to fix FS-3634 Error messages (on x86_64): {standard input}: Assembler messages: {standard input}:28: Error: `(%esp)' is not a valid 64 bit base/index expression {standard input}:31: Error: `(%esp)' is not a valid 64 bit base/index expression {standard input}:34: Error: `(%esp)' is not a valid 64 bit base/index expression gmake[8]: *** [cpu_detect_x86_gcc.lo] Error 1 This part of the CPU detection code is now skipped on x86_64. Signed-off-by: Stefan Knoblich --- diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index 0100fdf494..facfe4c0a8 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -1,5 +1,5 @@ BASE=../../../.. -VERSION=soundtouch-1.5.0 +VERSION=soundtouch-1.6.0 SNDT_SRC=$(switch_srcdir)/libs/soundtouch SNDT_BUILD=$(switch_builddir)/libs/soundtouch LA=$(SNDT_BUILD)/source/SoundTouch/.libs/libSoundTouch.a