[vlc-commits] Contribs: disable dsm on Windows

Jean-Baptiste Kempf git at videolan.org
Sun Feb 11 19:01:22 CET 2018


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

Contribs: disable dsm on Windows

Windows does native SMB/CIFS

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

 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 3390b94a86..5d81295742 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