build: build plugins and examples in parallel where possible

This commit is contained in:
Tim-Philipp Müller 2010-03-29 11:00:04 +01:00
parent b9814cd902
commit d756bab488
5 changed files with 9 additions and 1 deletions

2
common

@ -1 +1 @@
Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
Subproject commit ba33d1f3cf0b9143963f13dd1ea05c93b1db8864

View file

@ -168,3 +168,5 @@ DIST_SUBDIRS = \
speex \
taglib \
wavpack
include $(top_srcdir)/common/parallel-subdirs.mak

View file

@ -1,2 +1,4 @@
SUBDIRS = $(GST_PLUGINS_SELECTED)
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
include $(top_srcdir)/common/parallel-subdirs.mak

View file

@ -73,3 +73,5 @@ endif
SUBDIRS=$(DIRECTSOUND_DIR) $(OSS_DIR) $(OSX_AUDIO_DIR) $(OSX_VIDEO_DIR) $(SUNAUDIO_DIR) $(V4L2_DIR) $(XIMAGE_DIR)
DIST_SUBDIRS=directsound oss osxaudio osxvideo sunaudio v4l2 waveform ximage
include $(top_srcdir)/common/parallel-subdirs.mak

View file

@ -1,3 +1,5 @@
SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
DIST_SUBDIRS = audiofx equalizer level rtp shapewipe spectrum v4l2
include $(top_srcdir)/common/parallel-subdirs.mak