updated soundtouch to library 1.5.0 to fix gcc > 4.3 incompatibilities

This commit is contained in:
cypromis 2011-07-11 20:58:35 +02:00
parent ce0c7810de
commit dfb5c62945
1 changed files with 3 additions and 3 deletions

View File

@ -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=../../../..