We know our plugins and examples are independent of each other, so may
just as well build them in parallel. Makes the output a bit messy, but
that shouldn't be a problem and can easily be avoided with make -j1.
-Subproject commit c1d07dd16cdb95e2cc83ced327d33cebab0fcf3d
+Subproject commit ba33d1f3cf0b9143963f13dd1ea05c93b1db8864
pango \
theora \
vorbis
+
+include $(top_srcdir)/common/parallel-subdirs.mak
SUBDIRS = $(GST_PLUGINS_SELECTED)
DIST_SUBDIRS = $(GST_PLUGINS_ALL)
+
+include $(top_srcdir)/common/parallel-subdirs.mak
ximage \
xvimage
+include $(top_srcdir)/common/parallel-subdirs.mak
SUBDIRS = app $(FT2_SUBDIRS) $(GIO_SUBDIRS) volume dynamic v4l overlay
DIST_SUBDIRS = app seek volume dynamic snapshot gio v4l overlay
+
+include $(top_srcdir)/common/parallel-subdirs.mak