From 46021e11227ee1012429e2953c5fc3b2aac905a1 Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Mon, 8 Jan 2018 15:38:00 -0800 Subject: [PATCH] config/graphic: add VAAPI_SUPPORT to r600 and radeonsi --- config/graphic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/graphic b/config/graphic index b510c3982c..2cce84534a 100644 --- a/config/graphic +++ b/config/graphic @@ -60,6 +60,7 @@ get_graphicdrivers() { LLVM_SUPPORT="yes" COMPOSITE_SUPPORT="yes" VDPAU_SUPPORT="yes" + VAAPI_SUPPORT="yes" fi if [ "$drv" = "radeonsi" ]; then @@ -68,6 +69,7 @@ get_graphicdrivers() { LLVM_SUPPORT="yes" COMPOSITE_SUPPORT="yes" VDPAU_SUPPORT="yes" + VAAPI_SUPPORT="yes" fi if [ "$drv" = "vmware" ]; then