From f38bd0f25ad948d3428a82655655207723e3fbcf Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 11 May 2017 08:12:14 +0200 Subject: stream_smb: disable by default, mark as GPLv3 It seems libsmbclient has been GPLv3 for years. Also, it's certainly not LGPL (unlike some of its support libs like talloc). Thus, mpv built with Samba support is GPLv3. Disable it by default, so we don't have to go through the trouble to indicate the correct license in our output, and we don't trick people into distributing stuff under the wrong license. --- wscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index 0ab949544a..bc21545f32 100644 --- a/wscript +++ b/wscript @@ -288,9 +288,10 @@ iconv support use --disable-iconv.", 'struct statfs fs; fstatfs(0, &fs); fs.f_namelen') }, { 'name': '--libsmbclient', - 'desc': 'Samba support', + 'desc': 'Samba support (makes mpv GPLv3)', 'deps': [ 'libdl' ], 'func': check_pkg_config('smbclient'), + 'default': 'disable', 'module': 'input', }, { 'name' : '--lua', -- cgit v1.2.3