mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
476fbd3ddf
Original commit message from CVS: * configure.ac: * tests/examples/Makefile.am: * tests/examples/snapshot/.cvsignore: * tests/examples/snapshot/Makefile.am: * tests/examples/snapshot/snapshot.c: (main): Add simple snapshot example program using appsink.
9 lines
151 B
Makefile
9 lines
151 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS = seek snapshot
|
|
else
|
|
FT2_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = $(FT2_SUBDIRS) volume dynamic
|
|
|
|
DIST_SUBDIRS = seek volume dynamic snapshot
|