[Android] compile-libvlc: Parallelize contrib sources download

Hugo Beauzée-Luyssen git at videolan.org
Wed Dec 21 14:30:38 CET 2016


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Dec 21 14:28:52 2016 +0100| [321a55d7d703a3c338d3b2d95ce294871d36c18e] | committer: Hugo Beauzée-Luyssen

compile-libvlc: Parallelize contrib sources download

> https://code.videolan.org/videolan/vlc-android/commit/321a55d7d703a3c338d3b2d95ce294871d36c18e
---

 compile-libvlc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 4ed6735..9b3c7ee 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -508,7 +508,7 @@ checkfail "contribs: bootstrap failed"
 echo "EXTRA_CFLAGS=${EXTRA_CFLAGS}" >> config.mak
 echo "EXTRA_CXXFLAGS=${EXTRA_CXXFLAGS}" >> config.mak
 
-make fetch
+make $MAKEFLAGS fetch
 checkfail "contribs: make fetch failed"
 
 # We already have zlib available in the NDK



More information about the Android mailing list