config: graphic: add mali option to enable V4L2 in ffmpeg

This commit is contained in:
chewitt 2019-08-16 09:13:19 +00:00
parent 96e86b3f2e
commit c078fd5ee5

View File

@ -59,6 +59,10 @@ get_graphicdrivers() {
V4L2_SUPPORT="yes"
fi
if listcontains "${GRAPHIC_DRIVERS}" "mali"; then
V4L2_SUPPORT="yes"
fi
if listcontains "${GRAPHIC_DRIVERS}" "nvidia"; then
XORG_DRIVERS+=" nvidia"
VDPAU_SUPPORT="yes"