summaryrefslogtreecommitdiffstats
path: root/meson.build
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 /meson.build
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 'meson.build')
-rw-r--r--meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build
index c3b8c256c5..629e374a66 100644
--- a/meson.build
+++ b/meson.build
@@ -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']