vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | 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 \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
