From 12cac1d1119a0dab3469dc52c851b8eb528d63b7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 29 Nov 2017 18:10:59 +0100 Subject: vf: remove most GPL video filters Almost all of them had their guts removed and replaced by libavfilter long ago, but remove them anyway. They're pointless and have been scheduled for deprecation. Still leave vf_format (because we need it in some form) and vf_sub (not sure). This will break some builtin functionality: lavfi yadif defaults are different, auto rotation and stereo3d downconversion are broken. These might be fixed later. --- wscript_build.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 62798a1ced..f34ac80d3a 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -374,26 +374,14 @@ def build(ctx): ( "video/filter/refqueue.c" ), ( "video/filter/vf.c" ), ( "video/filter/vf_buffer.c" ), - ( "video/filter/vf_convert.c" ) - ( "video/filter/vf_crop.c", "gpl" ), + ( "video/filter/vf_convert.c" ), ( "video/filter/vf_d3d11vpp.c", "d3d-hwaccel" ), - ( "video/filter/vf_dsize.c", "gpl" ), - ( "video/filter/vf_expand.c", "gpl" ), - ( "video/filter/vf_flip.c", "gpl" ), ( "video/filter/vf_format.c", "gpl" ), - ( "video/filter/vf_gradfun.c", "gpl" ), ( "video/filter/vf_lavfi.c" ), - ( "video/filter/vf_mirror.c", "gpl" ), - ( "video/filter/vf_noformat.c", "gpl" ), - ( "video/filter/vf_pullup.c", "gpl" ), - ( "video/filter/vf_rotate.c", "gpl" ), - ( "video/filter/vf_scale.c", "gpl" ), - ( "video/filter/vf_stereo3d.c", "gpl" ), ( "video/filter/vf_sub.c", "gpl" ), ( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ), ( "video/filter/vf_vavpp.c", "vaapi" ), ( "video/filter/vf_vdpaupp.c", "vdpau" ), - ( "video/filter/vf_yadif.c", "gpl" ), ( "video/out/aspect.c" ), ( "video/out/bitmap_packer.c" ), ( "video/out/cocoa/video_view.m", "cocoa" ), -- cgit v1.2.3