[vlc-commits] Configure: enable smb on Windows

Jean-Baptiste Kempf git at videolan.org
Tue Jul 9 14:06:16 CEST 2013


vlc/vlc-2.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul  9 13:26:01 2013 +0200| [60ee5bf6081de899092b69fb47f815a4213f2424] | committer: Jean-Baptiste Kempf

Configure: enable smb on Windows

(cherry picked from commit e1052af3ef39f227728a3d8f8ace2f7033090ee1)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=60ee5bf6081de899092b69fb47f815a4213f2424
---

 configure.ac |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 1700914..3f58e54 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