mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
package/freeswitch: enable mod_codec2
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
23d4c01b66
commit
dd8e67fb85
@ -167,6 +167,11 @@ FREESWITCH_DEPENDENCIES += libbroadvoice
|
|||||||
FREESWITCH_ENABLED_MODULES += codecs/mod_bv
|
FREESWITCH_ENABLED_MODULES += codecs/mod_bv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBCODEC2),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += libcodec2
|
||||||
|
FREESWITCH_ENABLED_MODULES += codecs/mod_codec2
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
ifeq ($(BR2_PACKAGE_LIBEDIT),y)
|
||||||
FREESWITCH_DEPENDENCIES += libedit
|
FREESWITCH_DEPENDENCIES += libedit
|
||||||
FREESWITCH_CONF_OPTS += --enable-core-libedit-support
|
FREESWITCH_CONF_OPTS += --enable-core-libedit-support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user