* Fix build with mjepegtools installed, by disabling mpeg2enc and mplex.
The configure script of gst-plugins-bad wants to use AC_TRY_RUN for
both of them, which doesn't work when cross-compiling.
* Remove --enable-sdl, because it is the default.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
DEPENDS += "orc-native orc libcdaudio gst-plugins-base openssl directfb libmodplug librsvg"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
-# We don't have vdpau headers in OE and it creates crosscompile badness
-EXTRA_OECONF_append = " --disable-vdpau --enable-sdl"
+# We don't have vdpau headers in OE and it creates crosscompile badness.
+# Also, mpeg2enc and mplex from mjpegtools don't build, because of AC_TRY_RUN.
+EXTRA_OECONF += " \
+ --disable-mpeg2enc \
+ --disable-mplex \
+ --disable-vdpau \
+"