contrib: using make -C should spread the threads from "make -j" properly
commit86cc5a15be3bc9480cb4b87d08e1c0af4d0f8fe9
authorSteve Lhomme <robux4@videolabs.io>
Wed, 18 May 2016 11:24:03 +0000 (18 13:24 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Sat, 7 Apr 2018 08:15:26 +0000 (7 10:15 +0200)
tree3f34086823584ec89172e0946997ee5294593ead
parent674f4dac30e179638e52eb3a38aaefefa79da85b
contrib: using make -C should spread the threads from "make -j" properly

According to https://www.gnu.org/software/make/manual/html_node/Options_002fRecursion.html#index-recursion_002c-and-_002dj
"the parent make and all the sub-makes will communicate to ensure that there
are only ā€˜Nā€™ jobs running at the same time between them all."
14 files changed:
contrib/src/a52/rules.mak
contrib/src/aom/rules.mak
contrib/src/faad2/rules.mak
contrib/src/flac/rules.mak
contrib/src/fontconfig/rules.mak
contrib/src/gnutls/rules.mak
contrib/src/libmpeg2/rules.mak
contrib/src/lua/rules.mak
contrib/src/ncurses/rules.mak
contrib/src/qt/rules.mak
contrib/src/qtsvg/rules.mak
contrib/src/twolame/rules.mak
contrib/src/x265/rules.mak
contrib/src/zvbi/rules.mak