vo_vaapi_wayland: remove, as it is superceded by vo_dmabuf_wayland

This commit is contained in:
Aaron Boxer
2022-09-29 09:50:51 -04:00
committed by Dudemanguy
parent 7358b9d371
commit aeb4792cb6
10 changed files with 13 additions and 420 deletions

View File

@@ -1375,11 +1375,6 @@ if features['vaapi-wayland']
dependencies += vaapi_wayland
endif
features += {'vaapi-wayland-memfd': features['vaapi-wayland'] and features['memfd_create']}
if features['vaapi-wayland-memfd']
sources += files('video/out/vo_vaapi_wayland.c')
endif
vaapi_x11 = dependency('libva-x11', version: '>= 1.1.0', required: get_option('vaapi-x11'))
features += {'vaapi-x11': features['vaapi'] and features['x11'] and vaapi_x11.found()}
if features['vaapi-x11']