[vlc-devel] [PATCH 2/3] Require libdsm >= 0.0.4

Thomas Guillem thomas at gllm.fr
Fri Jan 30 10:52:45 CET 2015


---
 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
-- 
2.1.3




More information about the vlc-devel mailing list