gstreamer/tests/examples/snapshot/Makefile.am
Wim Taymans 476fbd3ddf Add simple snapshot example program using appsink.
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.
2007-09-20 14:09:24 +00:00

11 lines
171 B
Makefile

if HAVE_GTK
GTK_EXAMPLES=snapshot
endif
examples = $(GTK_EXAMPLES)
noinst_PROGRAMS = $(examples)
LIBS = $(GST_LIBS) $(GTK_LIBS)
AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)