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.
11 lines
171 B
Makefile
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)
|