mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 06:01:04 +00:00
7eb8a5d24a
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.
9 lines
133 B
Makefile
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
|