vlc | branch: master | Steve Lhomme <[email protected]> | 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 <[email protected]>

> 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)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to