mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/freeswitch: enable mod_ilbc
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
689e66c641
commit
1231737d32
@ -183,6 +183,11 @@ ifeq ($(BR2_PACKAGE_LIBG7221),y)
|
|||||||
FREESWITCH_DEPENDENCIES += libg7221
|
FREESWITCH_DEPENDENCIES += libg7221
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBILBC),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += libilbc
|
||||||
|
FREESWITCH_ENABLED_MODULES += codecs/mod_ilbc
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
|
ifeq ($(BR2_PACKAGE_LIBLDNS),y)
|
||||||
FREESWITCH_DEPENDENCIES += libldns
|
FREESWITCH_DEPENDENCIES += libldns
|
||||||
FREESWITCH_ENABLED_MODULES += applications/mod_enum
|
FREESWITCH_ENABLED_MODULES += applications/mod_enum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user