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/packages/gstreamer | |
parent | d7b04be0c6d06dc947304aecaed28bcceccfa772 (diff) | |
download | poky-fdf78e28034caa79273bf2c47260897838c69f3a.tar.gz |
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/packages/gstreamer')
-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 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | 2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
3 | PR = "r4" | 3 | PR = "r5" |
4 | 4 | ||
5 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \ | 5 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ |
6 | --with-plugins=musicbrainz,wavpack,ivorbis" | 6 | --with-plugins=musicbrainz,wavpack,ivorbis" |
7 | 7 | ||
8 | SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" | 8 | SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" |