[vlc-commits] contrib: libdsm depends on pthreads

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 3 15:13:29 CET 2018


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec  3 14:19:54 2018 +0100| [84acd56da0f748c28be54ab78e3545897e6a040e] | committer: Hugo Beauzée-Luyssen

contrib: libdsm depends on pthreads

(cherry picked from commit 03ad554ba54c4f8c006c786f3547a0b22ecaec80)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

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

 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