aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2007-10-13 16:35:02 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2007-10-13 16:35:02 +0000
commit7c81d6bd796d9ee6ba3698bba88e952bc10a6066 (patch)
treeb29e5dee9dcc2f9d1f8dd5c6541fa6002f53858e /packages/gstreamer
parent13d788e0b886fdf41f882e20fd437ac010c34d64 (diff)
downloadopenembedded-7c81d6bd796d9ee6ba3698bba88e952bc10a6066.tar.gz
gst-plugins.inc: conifugre parameter should start with two hyphens instead of one.
Diffstat (limited to 'packages/gstreamer')
-rw-r--r--packages/gstreamer/gst-plugins.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gstreamer/gst-plugins.inc b/packages/gstreamer/gst-plugins.inc
index 48f33ff539..8e8fd0f1ca 100644
--- a/packages/gstreamer/gst-plugins.inc
+++ b/packages/gstreamer/gst-plugins.inc
@@ -6,7 +6,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 = "--disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} "
acpaths = "-I ${S}/common/m4 -I ${S}/m4"