From bfa9b628589068acdbb04d97f86051063e82fd94 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 21 Sep 2017 13:50:18 +0200 Subject: build: add preliminary LGPL mode See "Copyright" file for caveats. This changes the remaining "almost LGPL" files to LGPL, because we think that the conditions the author set for these was finally fulfilled. --- video/filter/vf.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'video/filter/vf.c') diff --git a/video/filter/vf.c b/video/filter/vf.c index ae38947262..c2fc4f716a 100644 --- a/video/filter/vf.c +++ b/video/filter/vf.c @@ -64,24 +64,25 @@ 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_crop, &vf_info_expand, &vf_info_scale, &vf_info_format, &vf_info_noformat, &vf_info_flip, - &vf_info_mirror, - &vf_info_lavfi, - &vf_info_lavfi_bridge, &vf_info_rotate, &vf_info_gradfun, &vf_info_pullup, &vf_info_yadif, &vf_info_stereo3d, - &vf_info_dsize, &vf_info_sub, +#endif + + &vf_info_lavfi, + &vf_info_lavfi_bridge, &vf_info_buffer, #if HAVE_VAPOURSYNTH_CORE && HAVE_VAPOURSYNTH &vf_info_vapoursynth, -- cgit v1.2.3