build: build plugins in parallel where possible, if make -jN is used
This commit is contained in:
parent
8cbd4e9a4a
commit
d198cb485d
2
common
2
common
@ -1 +1 @@
|
||||
Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
|
||||
Subproject commit fdf023d098bba16d6d13395b8347686f2a2765a2
|
@ -89,3 +89,5 @@ DIST_SUBDIRS = \
|
||||
sidplay \
|
||||
twolame \
|
||||
x264
|
||||
|
||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
||||
|
@ -1,2 +1,4 @@
|
||||
SUBDIRS=$(GST_PLUGINS_SELECTED)
|
||||
DIST_SUBDIRS=$(GST_PLUGINS_ALL)
|
||||
|
||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
||||
|
Loading…
x
Reference in New Issue
Block a user