summaryrefslogtreecommitdiffstats
path: root/TOOLS/old-configure
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/old-configure')
-rwxr-xr-xTOOLS/old-configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure
index d5826ebc55..a7b49da9be 100755
--- a/TOOLS/old-configure
+++ b/TOOLS/old-configure
@@ -612,6 +612,12 @@ _vaapi=$(defretval)
define_yes_no $_vaapi HAVE_VAAPI_HWACCEL
define_yes_no $_vaapi HAVE_VAAPI_X11
+_vaapi_wayland=no
+if test "$_vaapi" = yes ; then
+_vaapi_wayland=auto
+fi
+check_pkg_config "VAAPI Wayland" $_vaapi_wayland VAAPI_WAYLAND 'libva-wayland >= 0.34.0'
+
if test "$_vaapi" = yes ; then
check_pkg_config "VAAPI VPP" auto VAAPI_VPP 'libva >= 0.34.0'
else