From: Christopher Rienzo Date: Fri, 22 May 2015 00:50:40 +0000 (-0400) Subject: FS-7553 reduce soundtouch library requirement to version 1.7.1- this was the version... X-Git-Tag: v1.6.2~614^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e83fc1a583d31c0ea6b2cad6cfa88f5bf0756dc9;p=thirdparty%2Ffreeswitch.git FS-7553 reduce soundtouch library requirement to version 1.7.1- this was the version bundled with freeswitch --- diff --git a/configure.ac b/configure.ac index c57f50fbab..f621fdecee 100644 --- a/configure.ac +++ b/configure.ac @@ -1334,7 +1334,7 @@ PKG_CHECK_MODULES([OPUS], [opus >= 1.1],[ AM_CONDITIONAL([HAVE_OPUS],[true])],[ AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_OPUS],[false])]) -PKG_CHECK_MODULES([SOUNDTOUCH], [soundtouch >= 1.8.0],[ +PKG_CHECK_MODULES([SOUNDTOUCH], [soundtouch >= 1.7.1],[ AM_CONDITIONAL([HAVE_SOUNDTOUCH],[true])],[ AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_SOUNDTOUCH],[false])])