[oe-commits] org.oe.dev gst-plugins.inc: Disable cdaudio as it breaks if you have libcdaudio-dev

stefan commit openembedded-commits at lists.openembedded.org
Fri Oct 12 08:22:43 UTC 2007


gst-plugins.inc: Disable cdaudio as it breaks if you have libcdaudio-dev
installed. Patch by Mike Montour <mail at mmontour.net>

Author: stefan at openembedded.org
Branch: org.openembedded.dev
Revision: 152391f4367c4184f3b73eb8fa296c0a57a369b5
ViewMTN: http://monotone.openembedded.org/revision/info/152391f4367c4184f3b73eb8fa296c0a57a369b5
Files:
1
packages/gstreamer/gst-plugins.inc
Diffs:

#
# mt diff -r5e25d910364ba4a7edab739d7fd27220ff39668f -r152391f4367c4184f3b73eb8fa296c0a57a369b5
#
# 
# 
# patch "packages/gstreamer/gst-plugins.inc"
#  from [323b766f22b064bf84e18c07ec7ab45b978d73ef]
#    to [c4fc96bca8f28d3eeeb2b2ace025cad29991bf63]
# 
============================================================
--- packages/gstreamer/gst-plugins.inc	323b766f22b064bf84e18c07ec7ab45b978d73ef
+++ packages/gstreamer/gst-plugins.inc	c4fc96bca8f28d3eeeb2b2ace025cad29991bf63
@@ -6,7 +6,7 @@ SRC_URI = "http://gstreamer.freedesktop.
 
 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"
 






More information about the Openembedded-commits mailing list