[vlc-commits] Contribs: disable dsm on Windows

Jean-Baptiste Kempf git at videolan.org
Mon Feb 12 10:34:33 CET 2018


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 11 19:00:49 2018 +0100| [9a7c4c914ee3a115a792a8fea110ff0e1813e742] | committer: Thomas Guillem

Contribs: disable dsm on Windows

Windows does native SMB/CIFS

(cherry picked from commit c5a852e6d01febe7c5775b1f0cca879a5acba8cf)
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9a7c4c914ee3a115a792a8fea110ff0e1813e742
---

 contrib/src/libdsm/rules.mak | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/src/libdsm/rules.mak b/contrib/src/libdsm/rules.mak
index d27d833ac6..3d400b7aef 100644
--- a/contrib/src/libdsm/rules.mak
+++ b/contrib/src/libdsm/rules.mak
@@ -4,7 +4,9 @@
 LIBDSM_VERSION := 0.2.8
 LIBDSM_URL := https://github.com/videolabs/libdsm/releases/download/v$(LIBDSM_VERSION)/libdsm-$(LIBDSM_VERSION).tar.gz
 
+ifndef HAVE_WIN32
 PKGS += libdsm
+endif
 ifeq ($(call need_pkg,"libdsm >= 0.2.0"),)
 PKGS_FOUND += libdsm
 endif



More information about the vlc-commits mailing list