aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2007-10-12 07:58:59 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2007-10-12 07:58:59 +0000
commitb0cef9887cffb8a2bf9edfd915f924a3d524ea8b (patch)
tree4893b7841d4f4a33a3a89fe1967bf8d7254e6d87 /packages/gstreamer
parent6e737e8e1c8bf4a168a8f62c5d5ae2f4424319b2 (diff)
downloadopenembedded-b0cef9887cffb8a2bf9edfd915f924a3d524ea8b.tar.gz
gst-plugins.inc: Disable cdaudio as it breaks if you have libcdaudio-dev
installed. Patch by Mike Montour <mail@mmontour.net>
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 24eb54a9b4..48f33ff539 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 --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"