vlc | branch: master | Thomas Guillem <[email protected]> | Fri Jan 30 10:52:45 2015 +0100| [2f7279490c080df373271beda36183310b17b76a] | committer: Jean-Baptiste Kempf
Require libdsm >= 0.0.4 Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f7279490c080df373271beda36183310b17b76a --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e5a22c3..2704b28 100644 --- a/configure.ac +++ b/configure.ac @@ -1736,7 +1736,7 @@ AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([access_smb]) ]) dnl dnl liBDSM access module dnl -PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm >= 0.0.3], [libdsm SMB/CIFS access/sd module], [auto]) +PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm >= 0.0.4], [libdsm SMB/CIFS access/sd module], [auto]) dnl dnl sftp access support _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
