mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/graphic: add default value for V4L2_SUPPORT
This commit is contained in:
parent
cf8aaeab5b
commit
8c24c78231
@ -20,6 +20,7 @@ get_graphicdrivers() {
|
||||
COMPOSITE_SUPPORT="no"
|
||||
VDPAU_SUPPORT="no"
|
||||
VAAPI_SUPPORT="no"
|
||||
V4L2_SUPPORT="no"
|
||||
|
||||
if [ "$GRAPHIC_DRIVERS" = "all" ]; then
|
||||
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeonsi nvidia nvidia-legacy vmware virtio vc4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user