|
@@ -163,7 +163,7 @@ FREESWITCH_PRE_CONFIGURE_HOOKS += FREESWITCH_ENABLE_MODULES
|
|
# mod_isac supports a limited set of archs
|
|
# mod_isac supports a limited set of archs
|
|
# src/mod/codecs/mod_isac/typedefs.h
|
|
# src/mod/codecs/mod_isac/typedefs.h
|
|
ifeq ($(BR2_i386)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_x86_64),y)
|
|
ifeq ($(BR2_i386)$(BR2_mips)$(BR2_mipsel)$(BR2_mips64)$(BR2_mips64el)$(BR2_x86_64),y)
|
|
-FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3c (mod_isac)
|
|
|
|
|
|
+FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3-Clause (mod_isac)
|
|
FREESWITCH_LICENSE_FILES += src/mod/codecs/mod_isac/LICENSE
|
|
FREESWITCH_LICENSE_FILES += src/mod/codecs/mod_isac/LICENSE
|
|
FREESWITCH_ENABLED_MODULES += codecs/mod_isac
|
|
FREESWITCH_ENABLED_MODULES += codecs/mod_isac
|
|
endif
|
|
endif
|
|
@@ -282,7 +282,7 @@ FREESWITCH_DEPENDENCIES += xz
|
|
endif
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8)$(BR2_PACKAGE_FFMPEG),yy)
|
|
ifeq ($(BR2_TOOLCHAIN_GCC_AT_LEAST_4_8)$(BR2_PACKAGE_FFMPEG),yy)
|
|
-FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3c (libvpx, libyuv)
|
|
|
|
|
|
+FREESWITCH_LICENSE := $(FREESWITCH_LICENSE), BSD-3-Clause (libvpx, libyuv)
|
|
FREESWITCH_LICENSE_FILES += libs/libvpx/LICENSE libs/libyuv/LICENSE
|
|
FREESWITCH_LICENSE_FILES += libs/libvpx/LICENSE libs/libyuv/LICENSE
|
|
FREESWITCH_CONF_OPTS += --enable-libvpx --enable-libyuv
|
|
FREESWITCH_CONF_OPTS += --enable-libvpx --enable-libyuv
|
|
FREESWITCH_DEPENDENCIES += host-yasm ffmpeg
|
|
FREESWITCH_DEPENDENCIES += host-yasm ffmpeg
|