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>
This commit is contained in:
Robert Yang 2013-12-29 11:06:02 +08:00 committed by Richard Purdie
parent ac9e08064d
commit 098fdf602f
1 changed files with 0 additions and 2 deletions

View 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} \