[oe-commits] Robert Yang : gstreamer1.0: remove unrecognised options

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:24 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 246119c1ec216c66395c26292938168c27b73f69
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=246119c1ec216c66395c26292938168c27b73f69

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Dec 29 11:06:02 2013 +0800

gstreamer1.0: remove unrecognised options

Remove the following two unrecognised options:
* --disable-oggtest
* --disable-vorbistest

They are defined in m4/ogg.m4 and m4/vorbistest.m4, but now configure
doesn't use them, configure.ac uses another way to define the
--enable-ogg and --enable-vorbis, and there is no test options, so
remove them.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
index 697b5bd..b56c506 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc
@@ -30,8 +30,6 @@ PACKAGECONFIG[pango]   = "--enable-pango,--disable-pango,pango"
 # cdparanoia and libvisual do not seem to exist anywhere in OE
 EXTRA_OECONF += " \
     --disable-freetypetest \
-    --disable-oggtest \
-    --disable-vorbistest \
     --disable-cdparanoia \
     --disable-libvisual \
     ${GSTREAMER_1_0_ORC} \



More information about the Openembedded-commits mailing list