gstreamer/tests/examples/Makefile.am
Stefan Kost 54094cd9ce examples: add video overlay examples for gtk, qt and qt graphics view
Add simple videotestsrc ! xvimagesink examples using gtk and qt. This patch also
adds all boilerplate to configure for using c++. The qt based examples are
optional like their gtk counterparts.
2010-02-17 09:48:10 +02:00

13 lines
238 B
Makefile

if HAVE_FT2
FT2_SUBDIRS = seek snapshot
else
FT2_SUBDIRS =
endif
if USE_GIO
GIO_SUBDIRS = gio
endif
SUBDIRS = app $(FT2_SUBDIRS) $(GIO_SUBDIRS) volume dynamic v4l overlay
DIST_SUBDIRS = app seek volume dynamic snapshot gio v4l overlay