[vlc-commits] contrib: pthreads: do not build the DLL version pthreadGC2

Steve Lhomme git at videolan.org
Tue Jun 16 07:43:38 CEST 2020


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Tue Jun 16 07:40:21 2020 +0200| [8fffb93caafd09a59f32ef078b4a21408787b974] | committer: Steve Lhomme

contrib: pthreads: do not build the DLL version pthreadGC2

We don't need it and in UWP it uses OpenProcess which is not available in older
mingw toolchains (as in registry.videolan.org/vlc-debian-llvm-mingw:20181128171234)

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

 contrib/src/pthreads/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/pthreads/rules.mak b/contrib/src/pthreads/rules.mak
index 872c975849..4ca6794703 100644
--- a/contrib/src/pthreads/rules.mak
+++ b/contrib/src/pthreads/rules.mak
@@ -33,7 +33,7 @@ PTHREADS_W32_CONF += CROSS="$(HOST)-"
 endif
 
 .pthreads: pthreads
-	cd $< && $(HOSTVARS) $(PTHREADS_W32_CONF) $(MAKE) MAKEFLAGS=-j1 GC GC-static
+	cd $< && $(HOSTVARS) $(PTHREADS_W32_CONF) $(MAKE) MAKEFLAGS=-j1 GC-static
 	mkdir -p -- "$(PREFIX)/include"
 	cd $< && cp -v pthread.h sched.h semaphore.h "$(PREFIX)/include/"
 	sed -e 's/#if HAVE_CONFIG_H/#if 0 \&\& HAVE_CONFIG_H/' -i \



More information about the vlc-commits mailing list