Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
d756bab4
Commit
d756bab4
authored
Mar 29, 2010
by
Tim-Philipp Müller
Browse files
build: build plugins and examples in parallel where possible
parent
b9814cd9
Changes
5
Show whitespace changes
Inline
Side-by-side
common
@
ba33d1f3
Subproject commit
c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
Subproject commit
ba33d1f3cf0b9143963f13dd1ea05c93b1db8864
ext/Makefile.am
View file @
d756bab4
...
...
@@ -168,3 +168,5 @@ DIST_SUBDIRS = \
speex
\
taglib
\
wavpack
include
$(top_srcdir)/common/parallel-subdirs.mak
gst/Makefile.am
View file @
d756bab4
SUBDIRS
=
$(GST_PLUGINS_SELECTED)
DIST_SUBDIRS
=
$(GST_PLUGINS_ALL)
include
$(top_srcdir)/common/parallel-subdirs.mak
sys/Makefile.am
View file @
d756bab4
...
...
@@ -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
tests/examples/Makefile.am
View file @
d756bab4
SUBDIRS
=
audiofx equalizer level rtp shapewipe spectrum v4l2
DIST_SUBDIRS
=
audiofx equalizer level rtp shapewipe spectrum v4l2
include
$(top_srcdir)/common/parallel-subdirs.mak
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment