diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-03-13 13:14:35 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:17:40 +0000 |
commit | cac1d9fc7b50e357db2163ebf48174fda479f99f (patch) | |
tree | 0e3ca75fcff5aa06a3f01f58fb4a5d4344611366 | |
parent | 4992d99b15938a1293d0b8d67ff438d1989b0d8f (diff) | |
download | poky-cac1d9fc7b50e357db2163ebf48174fda479f99f.tar.gz |
gst-plugins-bad: disable directfb in configure
Disable directfb output (as we do with SDL) so that it does not get
auto-detected resulting in a race condition.
(From OE-Core rev: a05070eb3b867f35dd8ce7e41246057589d2a26d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb index b99d453107..2c97a10a10 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.22.bb | |||
@@ -8,11 +8,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
8 | 8 | ||
9 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" | 9 | DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg" |
10 | 10 | ||
11 | PR = "r2" | 11 | PR = "r3" |
12 | 12 | ||
13 | inherit gettext | 13 | inherit gettext |
14 | 14 | ||
15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | 15 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio --disable-directfb \ |
16 | --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" | 16 | --with-plugins=musicbrainz,wavpack,ivorbis,mpegvideoparse --disable-vdpau --disable-apexsink" |
17 | 17 | ||
18 | ARM_INSTRUCTION_SET = "arm" | 18 | ARM_INSTRUCTION_SET = "arm" |