summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-29 18:20:29 +0100
committerwm4 <wm4@nowhere>2017-11-29 18:22:23 +0100
commit194ec2b47bb75391ec71d180ba0f5fd0b5dbec8e (patch)
tree3e3d0d57a1e030b49095517ef6ac4af2511d1534 /wscript_build.py
parent12cac1d1119a0dab3469dc52c851b8eb528d63b7 (diff)
downloadmpv-194ec2b47bb75391ec71d180ba0f5fd0b5dbec8e.tar.bz2
mpv-194ec2b47bb75391ec71d180ba0f5fd0b5dbec8e.tar.xz
vf_sub, vf_format: change license to LGPL
They were added to the "to deleted" list and never relicensed, because I thought I'd delete them early. But it's possible that they'll stay in mpv for a longer time, so relicense them. Still leaving them as deprecated and scheduled for removal, so they can still be dropped once there is a better way to deal with them, if they get annoying, or if a better mechanism is found that makes them unnecessary. All contributors agreed. There are some minor changes by people who did not agree, but these are all not relevant or have been removed.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript_build.py b/wscript_build.py
index f34ac80d3a..274ef663cd 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -376,9 +376,9 @@ def build(ctx):
( "video/filter/vf_buffer.c" ),
( "video/filter/vf_convert.c" ),
( "video/filter/vf_d3d11vpp.c", "d3d-hwaccel" ),
- ( "video/filter/vf_format.c", "gpl" ),
+ ( "video/filter/vf_format.c" ),
( "video/filter/vf_lavfi.c" ),
- ( "video/filter/vf_sub.c", "gpl" ),
+ ( "video/filter/vf_sub.c" ),
( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),
( "video/filter/vf_vavpp.c", "vaapi" ),
( "video/filter/vf_vdpaupp.c", "vdpau" ),