mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
8af90b7144
Allows giving lists of file/start/duration triplets and testing the various timeline-pipeline modes (preview, render, smart-render)
10 lines
259 B
Makefile
10 lines
259 B
Makefile
noinst_PROGRAMS = \
|
|
playlist \
|
|
simple1 \
|
|
test1 \
|
|
test2 \
|
|
test3 \
|
|
test4
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_CFLAGS)
|
|
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ $(GST_PROFILE_LIBS) $(GST_LIBS)
|