vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Feb 12 
08:06:03 2015 +0200| [80a9b4738003c61452ba51d7dab6c4b59a965967] | committer: 
Rémi Denis-Courmont

configure: fix missing smb plugin

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80a9b4738003c61452ba51d7dab6c4b59a965967
---

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

diff --git a/configure.ac b/configure.ac
index 7a3ee71..9e15cb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1748,7 +1748,7 @@ dnl
 dnl  libsmbclient plugin
 dnl
 PKG_ENABLE_MODULES_VLC([SMBCLIENT], [smb], [smbclient], (SMB/CIFS support), 
[auto])
-AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([access_smb]) ])
+AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([smb]) ])
 
 dnl
 dnl  liBDSM access module

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to