From 8aa8417aa35fd30990a1695380f22179848c6463 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 27 Sep 2015 21:24:35 +0200 Subject: vo_opengl: vaapi: add Wayland support Pretty trivial with the new EGL interop. Fixes #478. --- TOOLS/old-configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'TOOLS') 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 -- cgit v1.2.3