[vlc-commits] configure: require smb2 3.0.0
Thomas Guillem
git at videolan.org
Tue Aug 6 12:09:03 CEST 2019
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue Aug 6 12:05:10 2019 +0200| [f083979249a3e4418ed3991f9d54ba707ec5ecd7] | committer: Thomas Guillem
configure: require smb2 3.0.0
That support port specifications.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f083979249a3e4418ed3991f9d54ba707ec5ecd7
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index d1aef347c6..35dafd75e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2047,7 +2047,7 @@ PKG_ENABLE_MODULES_VLC([NFS], [nfs], [libnfs >= 1.10.0], (support nfs protocol v
dnl
dnl smb2 access support
dnl
-PKG_ENABLE_MODULES_VLC([SMB2], [smb2], [libsmb2 >= 2.0.0], (support smb2 protocol via libsmb2), [auto])
+PKG_ENABLE_MODULES_VLC([SMB2], [smb2], [libsmb2 >= 3.0.0], (support smb2 protocol via libsmb2), [auto])
dnl
dnl Video4Linux 2
More information about the vlc-commits
mailing list