mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/freeswitch: enable mod_isac
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
1231737d32
commit
4d5e67ecc7
@ -158,6 +158,14 @@ define FREESWITCH_ENABLE_MODULES
|
|||||||
endef
|
endef
|
||||||
FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
|
FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
|
||||||
|
|
||||||
|
# mod_isac supports a limited set of archs
|
||||||
|
# src/mod/codecs/mod_isac/typedefs.h
|
||||||
|
ifeq ($(BR2_i386)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_x86_64),y)
|
||||||
|
FREESWITCH_LICENSE += BSD-3c (mod_isac)
|
||||||
|
FREESWITCH_LICENSE_FILES += src/mod/codecs/mod_isac/LICENSE
|
||||||
|
FREESWITCH_ENABLED_MODULES += codecs/mod_isac
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
||||||
FREESWITCH_DEPENDENCIES += freetype
|
FREESWITCH_DEPENDENCIES += freetype
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user