[Buildroot] [PATCH 1/2] mediastreamer: bump to version 2.9.0

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Oct 7 20:21:57 UTC 2013


Fixes the fallout from commit 280a387737ed72a2dd844253eeb64cc373ca7656
which didn't test building things that links against ortp, fixing:
http://autobuild.buildroot.net/results/ac6/ac69ff3332713e3a6681fd1d418f1cb9c1941098

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/mediastreamer/mediastreamer.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/mediastreamer/mediastreamer.mk b/package/mediastreamer/mediastreamer.mk
index 5093df7..52a5b5a 100644
--- a/package/mediastreamer/mediastreamer.mk
+++ b/package/mediastreamer/mediastreamer.mk
@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-MEDIASTREAMER_VERSION = 2.8.2
+MEDIASTREAMER_VERSION = 2.9.0
 MEDIASTREAMER_SITE = http://download.savannah.nongnu.org/releases/linphone/mediastreamer
 MEDIASTREAMER_INSTALL_STAGING = YES
 MEDIASTREAMER_DEPENDENCIES = host-intltool host-pkgconf ortp host-gettext
 # tests fail linking on some architectures, so disable them
-MEDIASTREAMER_CONF_OPT = --disable-tests
+MEDIASTREAMER_CONF_OPT = --disable-tests --disable-glx --disable-strict
 MEDIASTREAMER_LICENSE = GPLv2+
 MEDIASTREAMER_LICENSE_FILES = COPYING
 
-- 
1.8.1.5



More information about the buildroot mailing list