diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-08-20 11:46:35 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-22 09:15:34 -0700 |
commit | 0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429 (patch) | |
tree | f158bb984eacadd103c520582521513e43304874 /meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | |
parent | abda8c052e2c4098c828671c9dd46993c1e81de2 (diff) | |
download | openembedded-core-0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429.tar.gz openembedded-core-0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429.tar.bz2 openembedded-core-0fbb6b6a2bae4d5df21dc9606e7befeb6ad24429.zip |
gst-plugins-good: fix orc enabling via PACKAGECONFIG
An extra --disable-orc was being added to EXTRA_OECONF regardless of
whether orc was in PACKAGECONFIG, drop this.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb index 8868ba74ad..daffcf1f4a 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-good_0.10.31.bb @@ -25,7 +25,7 @@ inherit gettext gconf SRC_URI += "file://0001-v4l2-fix-build-with-recent-kernels-the-v4l2_buffer-i.patch" EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --disable-hal --without-check \ - --disable-orc --disable-examples --disable-taglib" + --disable-examples --disable-taglib" do_configure_prepend() { # This m4 file contains nastiness which conflicts with libtool 2.2.2 |