summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-29 11:06:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:13 +0000
commit098fdf602fe5b72baba9b9c93eec3d35152ec4e7 (patch)
treeb629b14127d2f26450c12ffa51c48b5dcf226266 /meta
parentac9e08064da4a043d62a21f8a62c5354820941fc (diff)
downloadast2050-yocto-poky-098fdf602fe5b72baba9b9c93eec3d35152ec4e7.zip
ast2050-yocto-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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc2
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 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} \
OpenPOWER on IntegriCloud