[vlc-commits] Require libdsm >= 0.0.4

Thomas Guillem git at videolan.org
Fri Jan 30 11:10:42 CET 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Jan 30 10:52:45 2015 +0100| [2f7279490c080df373271beda36183310b17b76a] | committer: Jean-Baptiste Kempf

Require libdsm >= 0.0.4

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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



More information about the vlc-commits mailing list