|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-MEDIASTREAMER_VERSION = 2.12.1
|
|
|
+MEDIASTREAMER_VERSION = 2.14.0
|
|
|
MEDIASTREAMER_SITE = http://download.savannah.nongnu.org/releases/linphone/mediastreamer
|
|
|
MEDIASTREAMER_INSTALL_STAGING = YES
|
|
|
MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkgconf ortp host-gettext
|
|
@@ -13,6 +13,13 @@ MEDIASTREAMER_CONF_OPTS = --disable-tests --disable-glx --disable-strict
|
|
|
MEDIASTREAMER_LICENSE = GPLv2+
|
|
|
MEDIASTREAMER_LICENSE_FILES = COPYING
|
|
|
|
|
|
+# fix compilation issue with latest bctoolbox (touches configure.ac)
|
|
|
+MEDIASTREAMER_PATCH = \
|
|
|
+ https://github.com/BelledonneCommunications/mediastreamer2/commit/26f884bf977977041fe6f98a0af186be1580bf22.patch
|
|
|
+
|
|
|
+# patching configure.ac
|
|
|
+MEDIASTREAMER_AUTORECONF = YES
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
|
|
|
MEDIASTREAMER_CONF_OPTS += --enable-alsa
|
|
|
MEDIASTREAMER_DEPENDENCIES += alsa-lib
|