mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/freeswitch: enable mod_opus
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
4d5e67ecc7
commit
3017c98436
@ -216,6 +216,11 @@ FREESWITCH_DEPENDENCIES += lua
|
|||||||
FREESWITCH_ENABLED_MODULES += languages/mod_lua
|
FREESWITCH_ENABLED_MODULES += languages/mod_lua
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_OPUS),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += opus
|
||||||
|
FREESWITCH_ENABLED_MODULES += codecs/mod_opus
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_UNIXODBC),y)
|
ifeq ($(BR2_PACKAGE_UNIXODBC),y)
|
||||||
FREESWITCH_DEPENDENCIES += unixodbc
|
FREESWITCH_DEPENDENCIES += unixodbc
|
||||||
FREESWITCH_CONF_OPTS += \
|
FREESWITCH_CONF_OPTS += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user