[vlc-commits] Configure: enable smb on Windows
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 9 13:26:23 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 9 13:26:01 2013 +0200| [e1052af3ef39f227728a3d8f8ace2f7033090ee1] | committer: Jean-Baptiste Kempf
Configure: enable smb on Windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e1052af3ef39f227728a3d8f8ace2f7033090ee1
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 9e6ee11..2f362bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1743,6 +1743,7 @@ dnl
dnl libsmbclient plugin
dnl
PKG_ENABLE_MODULES_VLC([SMBCLIENT], [access_smb], [smbclient], (SMB/CIFS support), [auto])
+AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([access_smb]) ])
dnl
More information about the vlc-commits
mailing list