[vlc-commits] contrib: pthreads: only use pthreads-w32 on winstore builds
    Steve Lhomme 
    git at videolan.org
       
    Thu May 17 13:01:37 CEST 2018
    
    
  
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May 17 12:26:50 2018 +0200| [a77bf1c60b9daf6a10dc3f8afb8dd6da139c3bc4] | committer: Steve Lhomme
contrib: pthreads: only use pthreads-w32 on winstore builds
For now, we should probably switch to winpthread as well.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a77bf1c60b9daf6a10dc3f8afb8dd6da139c3bc4
---
 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 c98ddac46b..8403921d10 100644
--- a/contrib/src/pthreads/rules.mak
+++ b/contrib/src/pthreads/rules.mak
@@ -1,6 +1,6 @@
 # POSIX threads
 
-ifndef HAVE_WIN32
+ifndef HAVE_WINSTORE
 PKGS_FOUND += pthreads
 endif
 
    
    
More information about the vlc-commits
mailing list