From e83fc1a583d31c0ea6b2cad6cfa88f5bf0756dc9 Mon Sep 17 00:00:00 2001
From: Christopher Rienzo <chris.rienzo@citrix.com>
Date: Thu, 21 May 2015 20:50:40 -0400
Subject: [PATCH] FS-7553 reduce soundtouch library requirement to version
 1.7.1- this was the version bundled with freeswitch

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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