mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
build: build plugins and examples in parallel where possible, if make -jN is used
This commit is contained in:
parent
901af6cf59
commit
840e1c5209
4 changed files with 6 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
|
||||
Subproject commit fdf023d098bba16d6d13395b8347686f2a2765a2
|
|
@ -476,3 +476,5 @@ DIST_SUBDIRS = \
|
|||
timidity \
|
||||
xvid \
|
||||
zbar
|
||||
|
||||
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
|
||||
|
|
|
@ -87,3 +87,4 @@ SUBDIRS = $(ACM_DIR) $(DIRECTDRAW_DIR) $(DIRECTSOUND_DIR) $(DVB_DIR) $(FBDEV_DIR
|
|||
DIST_SUBDIRS = acmenc acmmp3dec directdraw directsound dvb fbdev dshowdecwrapper dshowsrcwrapper dshowvideosink \
|
||||
oss4 osxvideo qtwrapper vcd vdpau wasapi wininet winks winscreencap
|
||||
|
||||
include $(top_srcdir)/common/parallel-subdirs.mak
|
||||
|
|
Loading…
Reference in a new issue