[vlc-commits] Require libdsm >= 0.0.3
Thomas Guillem
git at videolan.org
Wed Dec 10 18:26:10 CET 2014
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Dec 10 18:19:50 2014 +0100| [91b638ccdca03b191da21c705739273d89cea8a6] | committer: Jean-Baptiste Kempf
Require libdsm >= 0.0.3
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91b638ccdca03b191da21c705739273d89cea8a6
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index b1edbf7..d3484e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1737,7 +1737,7 @@ AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([access_smb]) ])
dnl
dnl liBDSM access module
dnl
-PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm], [libdsm SMB/CIFS access/sd module], [auto])
+PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm >= 0.0.3], [libdsm SMB/CIFS access/sd module], [auto])
dnl
dnl sftp access support
More information about the vlc-commits
mailing list