mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/freeswitch: enable mod_bv
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
05c5b3ec4e
commit
23d4c01b66
@ -162,6 +162,11 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
|||||||
FREESWITCH_DEPENDENCIES += freetype
|
FREESWITCH_DEPENDENCIES += freetype
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBBROADVOICE),y)
|
||||||
|
FREESWITCH_DEPENDENCIES += libbroadvoice
|
||||||
|
FREESWITCH_ENABLED_MODULES += codecs/mod_bv
|
||||||
|
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