Commit 80a9b473 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: fix missing smb plugin

parent 2e635703
...@@ -1748,7 +1748,7 @@ dnl ...@@ -1748,7 +1748,7 @@ dnl
dnl libsmbclient plugin dnl libsmbclient plugin
dnl dnl
PKG_ENABLE_MODULES_VLC([SMBCLIENT], [smb], [smbclient], (SMB/CIFS support), [auto]) 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
dnl liBDSM access module dnl liBDSM access module
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment