[vlc-commits] NPAPI: build contribs in parallel where possible
Sean McGovern
git at videolan.org
Tue Feb 3 14:12:42 CET 2015
npapi-vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | 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 <fkuehne at videolan.org>
> 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
More information about the vlc-commits
mailing list