mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 19:26:50 +00:00
config/graphic: add V4L2_SUPPORT for vc4
This commit is contained in:
parent
8c24c78231
commit
42b160894f
@ -94,6 +94,7 @@ get_graphicdrivers() {
|
|||||||
|
|
||||||
if listcontains "$GRAPHIC_DRIVERS" "vc4"; then
|
if listcontains "$GRAPHIC_DRIVERS" "vc4"; then
|
||||||
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,vc4"
|
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,vc4"
|
||||||
|
V4L2_SUPPORT="yes"
|
||||||
VAAPI_SUPPORT="no"
|
VAAPI_SUPPORT="no"
|
||||||
VDPAU_SUPPORT="no"
|
VDPAU_SUPPORT="no"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user