From dfb5c6294507647108a730234a3b50abe728e737 Mon Sep 17 00:00:00 2001 From: cypromis Date: Mon, 11 Jul 2011 20:58:35 +0200 Subject: [PATCH] updated soundtouch to library 1.5.0 to fix gcc > 4.3 incompatibilities --- src/mod/applications/mod_soundtouch/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mod/applications/mod_soundtouch/Makefile b/src/mod/applications/mod_soundtouch/Makefile index 5f5e16dacf..6844424cad 100644 --- a/src/mod/applications/mod_soundtouch/Makefile +++ b/src/mod/applications/mod_soundtouch/Makefile @@ -1,6 +1,6 @@ -VERSION=soundtouch-1.3.1 -DIRECTORY=$(switch_srcdir)/libs/$(VERSION) -BUILD_DIRECTORY=$(switch_builddir)/libs/$(VERSION) +VERSION=soundtouch-1.5.0 +DIRECTORY=$(switch_srcdir)/libs/soundtouch +BUILD_DIRECTORY=$(switch_builddir)/libs/soundtouch LA=$(BUILD_DIRECTORY)/source/SoundTouch/.libs/libSoundTouch.a BASE=../../../..