Commit 86f649a0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mediastreamer: fix configure error with ffmpeg and no libx11/libxv

parent edd2716c
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ endif
ifeq ($(BR2_PACKAGE_XLIB_LIBX11),y)
MEDIASTREAMER_CONF_OPT += --enable-x11
MEDIASTREAMER_DEPENDENCIES += xlib_libX11
else
MEDIASTREAMER_CONF_OPT += --disable-x11
endif

ifeq ($(BR2_PACKAGE_XLIB_LIBXV),y)
MEDIASTREAMER_CONF_OPT += --enable-xv
@@ -58,10 +61,6 @@ else
MEDIASTREAMER_CONF_OPT += --disable-xv
endif

else
MEDIASTREAMER_CONF_OPT += --disable-x11
endif

ifeq ($(BR2_PACKAGE_LIBTHEORA),y)
MEDIASTREAMER_CONF_OPT += --enable-theora
MEDIASTREAMER_DEPENDENCIES += libtheora