mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-22 10:57:08 +00:00
meson: get rid of 'egl-helpers' feature
This was just redundant because it's always present together with 'egl'.
This commit is contained in:
@@ -94,7 +94,7 @@ const struct mp_user_filter_entry *vf_list[] = {
|
||||
#if HAVE_D3D_HWACCEL
|
||||
&vf_d3d11vpp,
|
||||
#endif
|
||||
#if HAVE_EGL_HELPERS && HAVE_GL && HAVE_EGL
|
||||
#if HAVE_GL && HAVE_EGL
|
||||
&vf_gpu,
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user