summaryrefslogtreecommitdiffstats
path: root/package/freeswitch
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-17 17:24:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-17 22:17:11 +0200
commit6b263e95039a8bcf3ee381d5075f0767044f29fe (patch)
treeb933aa61e0e97ebd96bbddea43f1300589d304b8 /package/freeswitch
parent8cf9a5a79fdb269c87cf75c9981a64e91df328c1 (diff)
downloadbuildroot-6b263e95039a8bcf3ee381d5075f0767044f29fe.tar.gz
buildroot-6b263e95039a8bcf3ee381d5075f0767044f29fe.zip
package/freeswitch: enable mod_soundtouch
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/freeswitch')
-rw-r--r--package/freeswitch/freeswitch.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk
index b5861a476f..f221957551 100644
--- a/package/freeswitch/freeswitch.mk
+++ b/package/freeswitch/freeswitch.mk
@@ -241,6 +241,11 @@ FREESWITCH_DEPENDENCIES += libsndfile
FREESWITCH_ENABLED_MODULES += formats/mod_sndfile
endif
+ifeq ($(BR2_PACKAGE_LIBSOUNDTOUCH),y)
+FREESWITCH_DEPENDENCIES += libsoundtouch
+FREESWITCH_ENABLED_MODULES += applications/mod_soundtouch
+endif
+
ifeq ($(BR2_PACKAGE_UNIXODBC),y)
FREESWITCH_DEPENDENCIES += unixodbc
FREESWITCH_CONF_OPTS += \
OpenPOWER on IntegriCloud