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. --- wscript_build.py | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index d9b56074ef..2f6c08bc0a 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -171,7 +171,7 @@ def build(ctx): ( "audio/filter/af_lavfi.c", "libaf" ), ( "audio/filter/af_lavrresample.c", "libaf" ), ( "audio/filter/af_pan.c", "libaf" ), - ( "audio/filter/af_rubberband.c", "rubberband && libaf" ), + ( "audio/filter/af_rubberband.c", "rubberband" ), ( "audio/filter/af_scaletempo.c", "libaf" ), ( "audio/filter/af_volume.c", "libaf" ), ( "audio/filter/tools.c", "libaf" ), @@ -357,25 +357,25 @@ def build(ctx): ( "video/filter/refqueue.c" ), ( "video/filter/vf.c" ), ( "video/filter/vf_buffer.c" ), - ( "video/filter/vf_crop.c" ), + ( "video/filter/vf_crop.c", "gpl" ), ( "video/filter/vf_d3d11vpp.c", "d3d-hwaccel" ), - ( "video/filter/vf_dsize.c" ), - ( "video/filter/vf_expand.c" ), - ( "video/filter/vf_flip.c" ), - ( "video/filter/vf_format.c" ), - ( "video/filter/vf_gradfun.c" ), + ( "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" ), - ( "video/filter/vf_noformat.c" ), - ( "video/filter/vf_pullup.c" ), - ( "video/filter/vf_rotate.c" ), - ( "video/filter/vf_scale.c" ), - ( "video/filter/vf_stereo3d.c" ), - ( "video/filter/vf_sub.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" ), + ( "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