mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
build: build plugins and examples in parallel where possible
This commit is contained in:
parent
b9814cd902
commit
d756bab488
5 changed files with 9 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
|
||||
Subproject commit ba33d1f3cf0b9143963f13dd1ea05c93b1db8864
|
|
@ -168,3 +168,5 @@ DIST_SUBDIRS = \
|
|||
speex \
|
||||
taglib \
|
||||
wavpack
|
||||
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue