npapi-vlc | branch: master | Sean McGovern <[email protected]> | Mon Feb  2 
21:56:46 2015 -0500| [0b94cbbdfe256a063cbbae2838717f2e30e26923] | committer: 
Felix Paul Kühne

NPAPI: build contribs in parallel where possible

Signed-off-by: Felix Paul Kühne <[email protected]>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=0b94cbbdfe256a063cbbae2838717f2e30e26923
---

 extras/macosx/build-vlc.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/extras/macosx/build-vlc.sh b/extras/macosx/build-vlc.sh
index 4f459a4..6196da1 100755
--- a/extras/macosx/build-vlc.sh
+++ b/extras/macosx/build-vlc.sh
@@ -127,7 +127,8 @@ cd ${ARCH}-npapi
  --disable-caca --disable-upnp --disable-vncserver \
  --disable-ncurses --disable-protobuf
 make fetch
-make .gettext && AUTOPOINT=true make
+core_count=`sysctl -n machdep.cpu.core_count`
+make .gettext && AUTOPOINT=true make -j $core_count
 fi
 
 spopd

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

Reply via email to