summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorAaron Boxer <boxerab@protonmail.com>2022-09-29 09:50:51 -0400
committerDudemanguy <random342@airmail.cc>2022-10-26 18:41:47 +0000
commitaeb4792cb6804a78974faa329a9c9f8a7bb5fa7b (patch)
treee8c53710607618bfd20b3a1dfa35cc192eb85d38 /wscript
parent7358b9d37126e824cbc3a226d832e9cc1d7b01ea (diff)
downloadmpv-aeb4792cb6804a78974faa329a9c9f8a7bb5fa7b.tar.bz2
mpv-aeb4792cb6804a78974faa329a9c9f8a7bb5fa7b.tar.xz
vo_vaapi_wayland: remove, as it is superceded by vo_dmabuf_wayland
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index a9f3927eaa..22abd31314 100644
--- a/wscript
+++ b/wscript
@@ -665,11 +665,6 @@ video_output_features = [
'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',
'deps': 'wayland && memfd_create && (vaapi-wayland || drm)',