diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-04-17 17:24:47 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-04-17 22:17:11 +0200 |
| commit | 7cd9a72bdedc6b2c23ebcbc43ab5c9eea58905bd (patch) | |
| tree | e365acb6fac872a7b3bb64c8428ef1a672a55ef1 /package/freeswitch | |
| parent | 37fe9e2a946b3d575f3dd2b6489d8101489285b5 (diff) | |
| download | buildroot-7cd9a72bdedc6b2c23ebcbc43ab5c9eea58905bd.tar.gz buildroot-7cd9a72bdedc6b2c23ebcbc43ab5c9eea58905bd.zip | |
package/freeswitch: enable mod_shout
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.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index 04c112d212..0544e9e880 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -241,6 +241,11 @@ FREESWITCH_DEPENDENCIES += portaudio FREESWITCH_ENABLED_MODULES += endpoints/mod_portaudio endif +ifeq ($(BR2_PACKAGE_LAME)$(BR2_PACKAGE_LIBSHOUT)$(BR2_PACKAGE_MPG123),yyy) +FREESWITCH_DEPENDENCIES += lame libshout mpg123 +FREESWITCH_ENABLED_MODULES += formats/mod_shout +endif + ifeq ($(BR2_PACKAGE_LIBSILK),y) FREESWITCH_DEPENDENCIES += libsilk FREESWITCH_ENABLED_MODULES += codecs/mod_silk |

