]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7553 reduce soundtouch library requirement to version 1.7.1- this was the version...
authorChristopher Rienzo <chris.rienzo@citrix.com>
Fri, 22 May 2015 00:50:40 +0000 (20:50 -0400)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:33 +0000 (12:47 -0500)
configure.ac

index c57f50fbab0d4fe0690473fcba03379ff41345a8..f621fdecee31a8dcf186d94044d698c4ee837510 100644 (file)
@@ -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])])