summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
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_options.txt
parent290253291788032c465ee27cccd60a2d1ec8c182 (diff)
downloadmpv-99f367f219b45c83de68bdac378c14a55b9bbe77.tar.bz2
mpv-99f367f219b45c83de68bdac378c14a55b9bbe77.tar.xz
build: vaapi-x-egl is not used anywhere, remove it
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index e523ea4896..2b17349af9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -89,7 +89,7 @@ option('vaapi', type: 'feature', value: 'auto', description: 'VAAPI acceleration
option('vaapi-drm', type: 'feature', value: 'auto', description: 'VAAPI (DRM support)')
option('vaapi-wayland', type: 'feature', value: 'auto', description: 'VAAPI (Wayland support)')
option('vaapi-x11', type: 'feature', value: 'auto', description: 'VAAPI (X11 support)')
-option('vaapi-x-egl', type: 'feature', value: 'auto', description: 'VAAPI EGL on X11')
+option('vaapi-egl', type: 'feature', value: 'auto', description: 'VAAPI (EGL support)')
option('vulkan', type: 'feature', value: 'auto', description: 'Vulkan context support')
option('wayland', type: 'feature', value: 'auto', description: 'Wayland')
option('x11', type: 'feature', value: 'auto', description: 'X11')