diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-12-29 11:06:02 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 10:41:58 +0000 |
commit | 246119c1ec216c66395c26292938168c27b73f69 (patch) | |
tree | 9697b146471b5208494d50792703bbd4acaddfd9 /meta/recipes-multimedia/gstreamer | |
parent | 035f0e282ced1d1a2ebaf6900aa870a88e0f9450 (diff) | |
download | openembedded-core-246119c1ec216c66395c26292938168c27b73f69.tar.gz openembedded-core-246119c1ec216c66395c26292938168c27b73f69.tar.bz2 openembedded-core-246119c1ec216c66395c26292938168c27b73f69.zip |
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@windriver.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 |
1 files changed, 0 insertions, 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 697b5bdec1..b56c506486 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} \ |