[vlc-commits] contrib: libdsm depends on pthreads
Hugo Beauzée-Luyssen
git at videolan.org
Mon Dec 3 14:23:15 CET 2018
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec 3 14:19:54 2018 +0100| [03ad554ba54c4f8c006c786f3547a0b22ecaec80] | committer: Hugo Beauzée-Luyssen
contrib: libdsm depends on pthreads
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03ad554ba54c4f8c006c786f3547a0b22ecaec80
---
contrib/src/libdsm/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/libdsm/rules.mak b/contrib/src/libdsm/rules.mak
index f5235be43f..1ea9b769b5 100644
--- a/contrib/src/libdsm/rules.mak
+++ b/contrib/src/libdsm/rules.mak
@@ -27,6 +27,9 @@ libdsm: libdsm-$(LIBDSM_VERSION).tar.gz .sum-libdsm
$(MOVE)
DEPS_libdsm = libtasn1 iconv
+ifdef HAVE_WIN32
+DEPS_libdsm += pthreads $(DEPS_pthreads)
+endif
.libdsm: libdsm
$(RECONF)
More information about the vlc-commits
mailing list