summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-30 04:07:34 +0100
committerwm4 <wm4@nowhere>2017-11-30 04:07:34 +0100
commit1c463d13e182af3976246cfd3f25d45dc71d32bf (patch)
treec03f8da34c50b54793496a453ac3f0b9f23a98ca
parentb56f10921935af57805c9c7a0069d80b1cd6ccc9 (diff)
downloadmpv-1c463d13e182af3976246cfd3f25d45dc71d32bf.tar.bz2
mpv-1c463d13e182af3976246cfd3f25d45dc71d32bf.tar.xz
vf: remove a stray HAVE_GPL
These were determined to be LGPL a few commits ago.
-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,