mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
config/graphic: add VAAPI_SUPPORT to r600 and radeonsi
This commit is contained in:
parent
f291881a89
commit
46021e1122
@ -60,6 +60,7 @@ get_graphicdrivers() {
|
|||||||
LLVM_SUPPORT="yes"
|
LLVM_SUPPORT="yes"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
VDPAU_SUPPORT="yes"
|
VDPAU_SUPPORT="yes"
|
||||||
|
VAAPI_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$drv" = "radeonsi" ]; then
|
if [ "$drv" = "radeonsi" ]; then
|
||||||
@ -68,6 +69,7 @@ get_graphicdrivers() {
|
|||||||
LLVM_SUPPORT="yes"
|
LLVM_SUPPORT="yes"
|
||||||
COMPOSITE_SUPPORT="yes"
|
COMPOSITE_SUPPORT="yes"
|
||||||
VDPAU_SUPPORT="yes"
|
VDPAU_SUPPORT="yes"
|
||||||
|
VAAPI_SUPPORT="yes"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$drv" = "vmware" ]; then
|
if [ "$drv" = "vmware" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user