gstreamer/tests/examples/Makefile.am
Wim Taymans b0ad8467dd examples: add synchronized playback and capture example
Add an example that demonstrates synchronized playback and capture.
2010-09-16 19:22:09 +02:00

15 lines
306 B
Makefile

if HAVE_FT2
FT2_SUBDIRS = seek snapshot
else
FT2_SUBDIRS =
endif
if USE_GIO
GIO_SUBDIRS = gio
endif
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec volume v4l
DIST_SUBDIRS = app dynamic gio overlay seek snapshot playrec volume v4l
include $(top_srcdir)/common/parallel-subdirs.mak