From aeb4792cb6804a78974faa329a9c9f8a7bb5fa7b Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Thu, 29 Sep 2022 09:50:51 -0400 Subject: vo_vaapi_wayland: remove, as it is superceded by vo_dmabuf_wayland --- wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index a9f3927eaa..22abd31314 100644 --- a/wscript +++ b/wscript @@ -664,11 +664,6 @@ video_output_features = [ 'desc': 'VAAPI (Wayland support)', 'deps': 'vaapi && gl-wayland', 'func': check_pkg_config('libva-wayland', '>= 1.1.0'), - }, { - 'deps': 'vaapi-wayland && memfd_create', - 'name': 'vaapi-wayland-memfd', - 'desc': 'Wayland vaapi support', - 'func': check_true, }, { 'name': 'dmabuf-wayland', 'desc': 'Wayland dmabuf support', -- cgit v1.2.3