summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorGusar321 <mobile.leecher@gmail.com>2023-07-24 11:51:04 +0200
committersfan5 <sfan5@live.de>2023-07-24 22:27:54 +0200
commit99f367f219b45c83de68bdac378c14a55b9bbe77 (patch)
treecd0fafb40abee3110acd160e6041897e59287d39 /meson.build
parent290253291788032c465ee27cccd60a2d1ec8c182 (diff)
downloadmpv-99f367f219b45c83de68bdac378c14a55b9bbe77.tar.bz2
mpv-99f367f219b45c83de68bdac378c14a55b9bbe77.tar.xz
build: vaapi-x-egl is not used anywhere, remove it
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ccad5c1ca0..3e6f832c92 100644
--- a/meson.build
+++ b/meson.build
@@ -1423,7 +1423,6 @@ if features['vaapi-x11']
sources += files('video/out/vo_vaapi.c')
endif
-features += {'vaapi-x-egl': features['vaapi-x11'] and egl_x11.allowed()}
features += {'vaapi-egl': (features['vaapi-x11'] or features['vaapi-wayland'] or features['vaapi-drm']) and features['egl']}
features += {'vaapi-libplacebo': features['vaapi'] and libplacebo.found()}