summaryrefslogtreecommitdiffstats
path: root/filters/user_filters.c
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2024-03-21 10:08:48 +0100
committersfan5 <sfan5@live.de>2024-03-21 18:27:08 +0100
commita392f9117027413ed470710d7cd2ff80c5b971fa (patch)
tree51cdb8430a1ef45e3a33820b1c657a2467d44cde /filters/user_filters.c
parent3679d18b54b21854685ef72eaae7717e44089dc8 (diff)
downloadmpv-a392f9117027413ed470710d7cd2ff80c5b971fa.tar.bz2
mpv-a392f9117027413ed470710d7cd2ff80c5b971fa.tar.xz
meson: get rid of 'egl-helpers' feature
This was just redundant because it's always present together with 'egl'.
Diffstat (limited to 'filters/user_filters.c')
-rw-r--r--filters/user_filters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/user_filters.c b/filters/user_filters.c
index c87953551c..b5f29adf18 100644
--- a/filters/user_filters.c
+++ b/filters/user_filters.c
@@ -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
};