[vlc-commits] DSM: Require 0.0.7 release

Jean-Baptiste Kempf git at videolan.org
Mon Nov 16 10:32:30 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 16 10:31:28 2015 +0100| [98cc9e18b59862199bd805a9b8c1a78b7dc02d6f] | committer: Jean-Baptiste Kempf

DSM: Require 0.0.7 release

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=98cc9e18b59862199bd805a9b8c1a78b7dc02d6f
---

 configure.ac                 |    2 +-
 contrib/src/libdsm/rules.mak |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index dd4089e..2a45941 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1755,7 +1755,7 @@ AS_IF([test "${SYS}" = "mingw32"], [ VLC_ADD_PLUGIN([smb]) ])
 dnl
 dnl  liBDSM access module
 dnl
-PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm >= 0.0.4], [libdsm SMB/CIFS access/sd module], [auto])
+PKG_ENABLE_MODULES_VLC([DSM], [dsm], [libdsm >= 0.0.7], [libdsm SMB/CIFS access/sd module], [auto])
 
 dnl
 dnl sftp access support
diff --git a/contrib/src/libdsm/rules.mak b/contrib/src/libdsm/rules.mak
index b6c4e9b..a4b20f7 100644
--- a/contrib/src/libdsm/rules.mak
+++ b/contrib/src/libdsm/rules.mak
@@ -4,7 +4,7 @@
 LIBDSM_VERSION := 0.0.7
 LIBDSM_URL := https://github.com/videolabs/libdsm/releases/download/v$(LIBDSM_VERSION)/libdsm-$(LIBDSM_VERSION).tar.gz
 
-ifeq ($(call need_pkg,"libdsm >= 0.0.4"),)
+ifeq ($(call need_pkg,"libdsm >= 0.0.7"),)
 PKGS_FOUND += libdsm
 endif
 



More information about the vlc-commits mailing list