diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 15:33:07 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:17:35 +0100 |
commit | fcb88ea6594213af66003984fe3b045d63a9b976 (patch) | |
tree | be3f41335cbf337ab52ff48e6e067b96c97367a7 /meta/packages/gstreamer | |
parent | d7d147b98d35065acc601f84ff63642f595f2f22 (diff) | |
download | poky-fcb88ea6594213af66003984fe3b045d63a9b976.tar.gz |
gst-plugins-bad: Upgraded to version 0.10.19
The new feature vdpau in the latest package breaks the build
Add --disable-vdpau to disable it
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/gstreamer')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb (renamed from meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb index a116755b8a..7c3c59c0b0 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.8.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.19.bb | |||
@@ -4,8 +4,10 @@ inherit gettext | |||
4 | 4 | ||
5 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | 5 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
6 | 6 | ||
7 | PR = "r0" | ||
8 | |||
7 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | 9 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ |
8 | --with-plugins=musicbrainz,wavpack,ivorbis" | 10 | --with-plugins=musicbrainz,wavpack,ivorbis, --disable-vdpau" |
9 | 11 | ||
10 | ARM_INSTRUCTION_SET = "arm" | 12 | ARM_INSTRUCTION_SET = "arm" |
11 | 13 | ||