mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
build: vaapi-x-egl is not used anywhere, remove it
This commit is contained in:
@@ -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()}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user