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. --- Copyright | 1 - 1 file changed, 1 deletion(-) (limited to 'Copyright') diff --git a/Copyright b/Copyright index 20f14c6f70..b7f5bfd5e6 100644 --- a/Copyright +++ b/Copyright @@ -53,7 +53,6 @@ The following files are still GPL only (--enable-lgpl disables them): stream/stream_cdda.c unknown stream/stream_dvb.* must stay GPL stream/stream_dvdnav.c unknown - stream/stream_smb.c will stay GPLv3 video/out/vo_caca.c unknown video/out/vo_direct3d.c unknown video/out/vo_vaapi.c probably impossible (some company's code) -- cgit v1.2.3