gstreamer/tests/examples/Makefile.am

16 lines
335 B
Makefile
Raw Normal View History

if HAVE_FT2
FT2_SUBDIRS = seek snapshot
else
FT2_SUBDIRS =
endif
if USE_GIO
GIO_SUBDIRS = gio
endif
SUBDIRS = app audio dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec volume v4l encoding
2011-06-15 13:49:41 +00:00
DIST_SUBDIRS = app audio dynamic gio overlay seek snapshot playrec volume v4l encoding
include $(top_srcdir)/common/parallel-subdirs.mak