osxaudio: fixes playback of mono streams with no channel-mask field in caps
[platform/upstream/gst-plugins-good.git] / tests / examples / Makefile.am
index 54e53ba..7c10d02 100644 (file)
@@ -4,8 +4,16 @@ else
 JACK_DIR=
 endif
 
-SUBDIRS = audiofx equalizer $(JACK_DIR) level pulse rtp shapewipe spectrum v4l2
+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 pulse rtp shapewipe spectrum v4l2
+DIST_SUBDIRS = audiofx equalizer jack level \
+       rtp shapewipe spectrum v4l2 cairo
 
 include $(top_srcdir)/common/parallel-subdirs.mak