[vlc-commits] tools: build with multiple threads on msys2 hosts
    Steve Lhomme 
    git at videolan.org
       
    Fri Feb 12 11:27:09 CET 2016
    
    
  
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Tue Feb  9 16:33:41 2016 +0100| [efb1e7608c87d9bb0b5d69b8c0ad332e23e3b623] | committer: Jean-Baptiste Kempf
tools: build with multiple threads on msys2 hosts
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=efb1e7608c87d9bb0b5d69b8c0ad332e23e3b623
---
 extras/tools/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 2884aa4..75d093e 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -90,7 +90,7 @@ CPUS=
 CC=
 CXX=
 case `uname` in
-    Linux)
+    Linux|MINGW32*|MINGW64*)
         CPUS=`grep -c ^processor /proc/cpuinfo`
      ;;
     Darwin)
    
    
More information about the vlc-commits
mailing list