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 12:50:13 +0000 |
commit | 098fdf602fe5b72baba9b9c93eec3d35152ec4e7 (patch) | |
tree | b629b14127d2f26450c12ffa51c48b5dcf226266 | |
parent | ac9e08064da4a043d62a21f8a62c5354820941fc (diff) | |
download | poky-098fdf602fe5b72baba9b9c93eec3d35152ec4e7.tar.gz |
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.
(From OE-Core rev: 246119c1ec216c66395c26292938168c27b73f69)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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" | |||
30 | # cdparanoia and libvisual do not seem to exist anywhere in OE | 30 | # cdparanoia and libvisual do not seem to exist anywhere in OE |
31 | EXTRA_OECONF += " \ | 31 | EXTRA_OECONF += " \ |
32 | --disable-freetypetest \ | 32 | --disable-freetypetest \ |
33 | --disable-oggtest \ | ||
34 | --disable-vorbistest \ | ||
35 | --disable-cdparanoia \ | 33 | --disable-cdparanoia \ |
36 | --disable-libvisual \ | 34 | --disable-libvisual \ |
37 | ${GSTREAMER_1_0_ORC} \ | 35 | ${GSTREAMER_1_0_ORC} \ |