From 23a2e7d7adad5ce71446e83134f0c84aba5393e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 26 Jan 2008 13:24:17 +0000 Subject: Add support for libsoundtouch 1.3.1 and add an ugly workaround for the header definined PACKAGE and other variables f... Original commit message from CVS: * configure.ac: * ext/soundtouch/gstpitch.cc: Add support for libsoundtouch 1.3.1 and add an ugly workaround for the header definined PACKAGE and other variables for which we need our own values from config.h. --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 66992b06..f2477cef 100644 --- a/configure.ac +++ b/configure.ac @@ -885,9 +885,11 @@ AG_GST_CHECK_FEATURE(SNDFILE, [sndfile plug-in], sfsrc sfsink, [ dnl *** soundtouch *** translit(dnm, m, l) AM_CONDITIONAL(USE_SOUNDTOUCH, true) AG_GST_CHECK_FEATURE(SOUNDTOUCH, [soundtouch plug-in], soundtouch, [ - PKG_CHECK_MODULES(SOUNDTOUCH, libSoundTouch, HAVE_SOUNDTOUCH=yes, [ - HAVE_SOUNDTOUCH=no - AC_MSG_RESULT(no)]) + PKG_CHECK_MODULES(SOUNDTOUCH, soundtouch-1.0, + HAVE_SOUNDTOUCH=yes, + PKG_CHECK_MODULES(SOUNDTOUCH, libSoundTouch, + HAVE_SOUNDTOUCH=yes, + HAVE_SOUNDTOUCH=no)) AC_SUBST(SOUNDTOUCH_CFLAGS) AC_SUBST(SOUNDTOUCH_LIBS) if test "x$HAVE_CXX" != "xyes"; then -- cgit v1.2.1