From: Martin Jansa Date: Thu, 3 Dec 2009 08:20:17 +0000 (+0100) Subject: gst-plugins: disable dvdnav for shr X-Git-Tag: Release-2010-05/1~1408^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d9fce8306ff3d54c3f59fe7c430e220a91b8449;p=openembedded.git gst-plugins: disable dvdnav for shr Signed-off-by: Martin Jansa --- diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc index 9b69f3a609..a12c4ed5e1 100644 --- a/recipes/gstreamer/gst-plugins.inc +++ b/recipes/gstreamer/gst-plugins.inc @@ -10,6 +10,7 @@ PACKAGES_DYNAMIC = "gst-plugin-*" SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2" EXTRA_OECONF = "--disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " +EXTRA_OECONF_append_shr = " --disable-dvdnav " acpaths = "-I ${S}/common/m4 -I ${S}/m4"