[vlc-devel] [PATCH 05/14] Require libdsm > 0.0.3

Thomas Guillem thomas at gllm.fr
Fri Dec 5 14:42:56 CET 2014


---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 5edc868..2e7ae3a 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
-- 
2.1.3




More information about the vlc-devel mailing list