summaryrefslogtreecommitdiffstats
path: root/video/filter/vf.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf.c')
-rw-r--r--video/filter/vf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 0edd2a7dcf..cd49ebdf52 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -53,11 +53,8 @@ extern const vf_info_t vf_info_d3d11vpp;
// list of available filters:
static const vf_info_t *const filter_list[] = {
-#if HAVE_GPL
&vf_info_format,
&vf_info_sub,
-#endif
-
&vf_info_convert,
&vf_info_lavfi,
&vf_info_lavfi_bridge,