FS-7553 reduce soundtouch library requirement to version 1.7.1- this was the version bundled with freeswitch

This commit is contained in:
Christopher Rienzo 2015-05-21 20:50:40 -04:00 committed by Michael Jerris
parent 0d5b21e288
commit e83fc1a583
1 changed files with 1 additions and 1 deletions

View 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])])