diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-07 16:16:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-07 16:16:49 +0000 |
commit | fdf78e28034caa79273bf2c47260897838c69f3a (patch) | |
tree | 98724bb94a01005303005e74eadb35b1921565ff /meta | |
parent | d7b04be0c6d06dc947304aecaed28bcceccfa772 (diff) | |
download | openembedded-core-fdf78e28034caa79273bf2c47260897838c69f3a.tar.gz openembedded-core-fdf78e28034caa79273bf2c47260897838c69f3a.tar.bz2 openembedded-core-fdf78e28034caa79273bf2c47260897838c69f3a.zip |
gst-plugins-bad: Disable cdaudio
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4182 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb index 574c72a451..078e604298 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb @@ -1,8 +1,8 @@ require gst-plugins.inc DEPENDS += "gst-plugins-base libmusicbrainz tremor" -PR = "r4" +PR = "r5" -EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \ +EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ --with-plugins=musicbrainz,wavpack,ivorbis" SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" |