]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gstreamer1.0: remove unrecognised options
authorRobert Yang <liezhi.yang@windriver.com>
Sun, 29 Dec 2013 03:06:02 +0000 (11:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 10:41:58 +0000 (10:41 +0000)
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@windriver.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc

index 697b5bdec1db736a9afffbfcaa0e3257d24b7a40..b56c506486443fafc852e42001ad3f1fba4020da 100644 (file)
@@ -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} \