From defb02daa461200f4de972c57c4ac8dc108feb5f Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Wed, 18 May 2022 10:35:53 -0400 Subject: vo: add new vaapi-wayland driver This driver makes use of dmabuffer and viewporter interfaces to enable efficient display of vaapi surfaces, avoiding any unnecessary colour space conversion, and avoiding scaling or colour conversion using GPU shader resources. --- wscript | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index 2532a86ae4..1e70633e38 100644 --- a/wscript +++ b/wscript @@ -649,6 +649,11 @@ video_output_features = [ 'desc': 'VAAPI (Wayland support)', 'deps': 'vaapi && gl-wayland', 'func': check_pkg_config('libva-wayland', '>= 1.1.0'), + }, { + 'name': 'vaapi-wayland-memfd', + 'desc': 'VAAPI (Wayland support)', + 'deps': 'vaapi-wayland && memfd_create', + 'func': check_true, }, { 'name': '--vaapi-drm', 'desc': 'VAAPI (DRM/EGL support)', -- cgit v1.2.3