|
@@ -1,9 +1,17 @@
|
|
|
+#############################################################
|
|
|
+#
|
|
|
+# mediastreamer
|
|
|
+#
|
|
|
+#############################################################
|
|
|
+
|
|
|
MEDIASTREAMER_VERSION = 2.8.2
|
|
|
MEDIASTREAMER_SITE = http://download.savannah.nongnu.org/releases/linphone/mediastreamer
|
|
|
MEDIASTREAMER_INSTALL_STAGING = YES
|
|
|
-MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkgconf ortp
|
|
|
+MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkgconf ortp host-gettext
|
|
|
# tests fail linking on some architectures, so disable them
|
|
|
MEDIASTREAMER_CONF_OPT = --disable-tests
|
|
|
+MEDIASTREAMER_LICENSE = GPLv2+
|
|
|
+MEDIASTREAMER_LICENSE_FILES = COPYING
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yy)
|
|
|
MEDIASTREAMER_CONF_OPT += --enable-alsa
|