mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
package/mpv: add libv4l support
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
4204ff8dfe
commit
22f4c826ca
@ -23,7 +23,6 @@ MPV_CONF_OPTS = \
|
|||||||
--disable-cocoa \
|
--disable-cocoa \
|
||||||
--disable-coreaudio \
|
--disable-coreaudio \
|
||||||
--disable-cuda-hwaccel \
|
--disable-cuda-hwaccel \
|
||||||
--disable-libv4l2 \
|
|
||||||
--disable-opensles \
|
--disable-opensles \
|
||||||
--disable-rsound \
|
--disable-rsound \
|
||||||
--disable-rubberband \
|
--disable-rubberband \
|
||||||
@ -129,6 +128,16 @@ else
|
|||||||
MPV_CONF_OPTS += --disable-drm
|
MPV_CONF_OPTS += --disable-drm
|
||||||
endif
|
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
|
# libvdpau
|
||||||
ifeq ($(BR2_PACKAGE_LIBVDPAU),y)
|
ifeq ($(BR2_PACKAGE_LIBVDPAU),y)
|
||||||
MPV_CONF_OPTS += --enable-vdpau
|
MPV_CONF_OPTS += --enable-vdpau
|
||||||
|
Loading…
x
Reference in New Issue
Block a user