osxaudio: fixes playback of mono streams with no channel-mask field in caps
[platform/upstream/gst-plugins-good.git] / tests / examples / Makefile.am
index aad6dc1..7c10d02 100644 (file)
@@ -1,3 +1,19 @@
-SUBDIRS = equalizer level rtp spectrum
+if USE_JACK
+JACK_DIR=jack
+else
+JACK_DIR=
+endif
 
-DIST_SUBDIRS = equalizer level rtp spectrum
+if USE_CAIRO
+CAIRO_DIR=cairo
+else
+CAIRO_DIR=
+endif
+
+SUBDIRS = audiofx equalizer $(JACK_DIR) level \
+       rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
+
+DIST_SUBDIRS = audiofx equalizer jack level \
+       rtp shapewipe spectrum v4l2 cairo
+
+include $(top_srcdir)/common/parallel-subdirs.mak