Commit 0f30a583 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

configure: fix missing smb plugin

(cherry picked from commit 80a9b4738003c61452ba51d7dab6c4b59a965967)
parent 76a19597
......@@ -1720,7 +1720,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
......
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