gstreamer/tests/examples/Makefile.am
Edward Hervey 23d2bdcca1 tests/example: New small example of timeline file sources.
This examples takes a list of files with audio tracks, and plays the first
second of each.

This demonstrates the usage of GESTimelineFileSource
2009-09-21 18:11:19 +02:00

4 lines
162 B
Makefile

noinst_PROGRAMS = test1 test2
AM_CFLAGS = $(GST_CFLAGS) -I$(top_srcdir)
LDADD = $(GST_LBS) $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@