diff options
author | wm4 <wm4@nowhere> | 2017-11-23 16:24:02 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-11-23 16:43:59 +0100 |
commit | 274cc06aaf7ce764164898b31951c0d03b8c3638 (patch) | |
tree | 65afb2f3b805ab965d15071b049b609fb1ed72f8 /wscript | |
parent | b2a08db71a066817dc8477fb0694fd767b520e65 (diff) |
ao_alsa: change license to LGPL
Looks like this is covered by LGPL relicensing agreements now.
Notes about contributors who could not be reached or who didn't agree:
Commit 7fccb6486e has tons of mp_msg changes look like they are not
copyrightable (even if they were, all mp_msg calls were rewritten in
mpv times again). The additional play() change looks suspicious, but
the function was rewritten several times anyway (first time after that
commit in 4f40ec312).
Commit 89ed1748ae was rewritten in commit 325311af3 and then again
several times after that. Basically all this code is unnecessary in
modern mpv and has been removed.
No code survived from the following commits: 4d31c3c53, 61ecf838f2,
d38968bd, 4deb67c3f. At least two cosmetic typo fixes are not
considered as well.
Commit 22bb046ad is reverted (this wasn't a valid warning anyway, just
a C++-ism icc applied to C). Using the constants is nicer, but at least
I don't have to decide whether that change was copyrightable.
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -546,7 +546,6 @@ audio_output_features = [ }, { 'name': '--alsa', 'desc': 'ALSA audio output', - 'deps': 'gpl', 'func': check_pkg_config('alsa', '>= 1.0.18'), }, { 'name': '--coreaudio', |