mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
package/mpv: add libvdpau optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
ec78068972
commit
c0cdbcbb8e
@ -30,7 +30,6 @@ MPV_CONF_OPTS = \
|
|||||||
--disable-uchardet \
|
--disable-uchardet \
|
||||||
--disable-vapoursynth \
|
--disable-vapoursynth \
|
||||||
--disable-vapoursynth-lazy \
|
--disable-vapoursynth-lazy \
|
||||||
--disable-vdpau \
|
|
||||||
--disable-mali-fbdev
|
--disable-mali-fbdev
|
||||||
|
|
||||||
# ALSA support requires pcm+mixer
|
# ALSA support requires pcm+mixer
|
||||||
@ -130,6 +129,14 @@ else
|
|||||||
MPV_CONF_OPTS += --disable-drm
|
MPV_CONF_OPTS += --disable-drm
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# libvdpau
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBVDPAU),y)
|
||||||
|
MPV_CONF_OPTS += --enable-vdpau
|
||||||
|
MPV_DEPENDENCIES += libvdpau
|
||||||
|
else
|
||||||
|
MPV_CONF_OPTS += --disable-vdpau
|
||||||
|
endif
|
||||||
|
|
||||||
# LUA support, only for lua51/lua52/luajit
|
# LUA support, only for lua51/lua52/luajit
|
||||||
# This enables the controller (OSD) together with libass
|
# This enables the controller (OSD) together with libass
|
||||||
ifeq ($(BR2_PACKAGE_LUA_5_1)$(BR2_PACKAGE_LUAJIT),y)
|
ifeq ($(BR2_PACKAGE_LUA_5_1)$(BR2_PACKAGE_LUAJIT),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user