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