From: Fabrice Fontaine Date: Sun, 19 Jan 2020 09:51:02 +0000 (+0100) Subject: package/mpv: add libv4l support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22f4c826ca2c7edca7761394a5175b45a4fc22b4;p=buildroot.git package/mpv: add libv4l support Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/mpv/mpv.mk b/package/mpv/mpv.mk index 2150f7e9aa..8619de5a8e 100644 --- a/package/mpv/mpv.mk +++ b/package/mpv/mpv.mk @@ -23,7 +23,6 @@ MPV_CONF_OPTS = \ --disable-cocoa \ --disable-coreaudio \ --disable-cuda-hwaccel \ - --disable-libv4l2 \ --disable-opensles \ --disable-rsound \ --disable-rubberband \ @@ -129,6 +128,16 @@ else MPV_CONF_OPTS += --disable-drm endif +# libv4l +ifeq ($(BR2_PACKAGE_LIBV4L),y) +MPV_CONF_OPTS += \ + --enable-libv4l2 \ + --enable-tv +MPV_DEPENDENCIES += libv4l +else +MPV_CONF_OPTS += --disable-libv4l2 +endif + # libvdpau ifeq ($(BR2_PACKAGE_LIBVDPAU),y) MPV_CONF_OPTS += --enable-vdpau