From 3b8b7cb9d481828953f105f92bacc07a3cb2f332 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 5 Mar 2020 10:55:36 +0100 Subject: stream_smb: remove this This required libsmbclient, which is a heavy dependency, and as a library, has all kinds of problems. For one, the API requires completely unacceptable global state (in particular, leaks auth state), and is not thread-safe (meaning concurrent reads to multiple files block each other). There are better replacements: you can use the Linux kernel's builtin CIFS support, fusesmb, or contribute supoport for libdsm. --- wscript_build.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index f80fb08a83..d4ec3ff4ec 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -383,7 +383,6 @@ def build(ctx): ( "stream/stream_memory.c" ), ( "stream/stream_mf.c" ), ( "stream/stream_null.c" ), - ( "stream/stream_smb.c", "libsmbclient" ), ## Subtitles ( "sub/ass_mp.c", "libass"), -- cgit v1.2.3