summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-11-23 16:24:02 +0100
committerwm4 <wm4@nowhere>2017-11-23 16:43:59 +0100
commit274cc06aaf7ce764164898b31951c0d03b8c3638 (patch)
tree65afb2f3b805ab965d15071b049b609fb1ed72f8 /wscript
parentb2a08db71a066817dc8477fb0694fd767b520e65 (diff)
downloadmpv-274cc06aaf7ce764164898b31951c0d03b8c3638.tar.bz2
mpv-274cc06aaf7ce764164898b31951c0d03b8c3638.tar.xz
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--wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript b/wscript
index cbff083f59..77b2ed4dd2 100644
--- a/wscript
+++ b/wscript
@@ -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',