[vlc-commits] Revert "contrib: enable libdsm"
Thomas Guillem
git at videolan.org
Fri Feb 16 09:52:49 CET 2018
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Feb 16 09:48:43 2018 +0100| [4e06c7b1e8d02ea174df4c0664c421c8465eb1ca] | committer: Thomas Guillem
Revert "contrib: enable libdsm"
- Misses the ifdef BUILD_NETWORK
- Was enabled on system where other smb alternatives were present
- Build failing on some Linux distributions
Packagers should enable it explicitly.
This reverts commit c5a852e6d01febe7c5775b1f0cca879a5acba8cf.
This reverts commit c7b275f1c90d6d5b38624da21743155270a63a2c.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e06c7b1e8d02ea174df4c0664c421c8465eb1ca
---
contrib/src/libdsm/rules.mak | 3 ---
1 file changed, 3 deletions(-)
diff --git a/contrib/src/libdsm/rules.mak b/contrib/src/libdsm/rules.mak
index 9117fe28b3..32bf47c210 100644
--- a/contrib/src/libdsm/rules.mak
+++ b/contrib/src/libdsm/rules.mak
@@ -4,9 +4,6 @@
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