mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +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.
10 lines
171 B
Makefile
10 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)
|