mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
config: graphic: add mali option to enable V4L2 in ffmpeg
This commit is contained in:
parent
96e86b3f2e
commit
c078fd5ee5
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user