summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript7
1 files changed, 0 insertions, 7 deletions
diff --git a/wscript b/wscript
index 7506b1bceb..71574e79ac 100644
--- a/wscript
+++ b/wscript
@@ -327,13 +327,6 @@ iconv support use --disable-iconv.",
'func': check_statement('sys/mman.h',
'memfd_create("mpv", MFD_CLOEXEC | MFD_ALLOW_SEALING)')
}, {
- 'name': '--libsmbclient',
- 'desc': 'Samba support (makes mpv GPLv3)',
- 'deps': 'libdl && gpl',
- 'func': check_pkg_config('smbclient'),
- 'default': 'disable',
- 'module': 'input',
- }, {
'name' : '--lua',
'desc' : 'Lua',
'func': check_lua,