gstreamer/tests/examples/Makefile.am
Wim Taymans 7eb8a5d24a Add simple exmple app to demonstrate starting and pausing live and non-live bins in a PLAYING pipeline.
Original commit message from CVS:
* configure.ac:
* tests/examples/Makefile.am:
* tests/examples/dynamic/.cvsignore:
* tests/examples/dynamic/Makefile.am:
* tests/examples/dynamic/addstream.c: (create_stream),
(pause_play_stream), (message_received), (eos_message_received),
(perform_step), (main):
Add simple exmple app to demonstrate starting and pausing live and
non-live bins in a PLAYING pipeline.
2007-09-14 16:56:16 +00:00

9 lines
133 B
Makefile

if HAVE_FT2
FT2_SUBDIRS = seek
else
FT2_SUBDIRS =
endif
SUBDIRS = $(FT2_SUBDIRS) volume dynamic
DIST_SUBDIRS = seek volume dynamic