Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
--disable-cocoa \
--disable-coreaudio \
--disable-cuda-hwaccel \
- --disable-libv4l2 \
--disable-opensles \
--disable-rsound \
--disable-rubberband \
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