mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/graphic: allow using vc4 driver
This commit is contained in:
parent
7c7c85c38e
commit
314e413ab0
@ -81,5 +81,11 @@ get_graphicdrivers() {
|
||||
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,virgl"
|
||||
fi
|
||||
|
||||
if [ "$drv" = "vc4" ]; then
|
||||
GALLIUM_DRIVERS="$GALLIUM_DRIVERS,vc4"
|
||||
VAAPI_SUPPORT="no"
|
||||
VDPAU_SUPPORT="no"
|
||||
fi
|
||||
|
||||
done
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user