mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
a408905e72
It is now called ges-launch
11 lines
338 B
Makefile
11 lines
338 B
Makefile
noinst_PROGRAMS = \
|
|
concatenate \
|
|
simple1 \
|
|
test1 \
|
|
test2 \
|
|
test3 \
|
|
test4 \
|
|
transition
|
|
|
|
AM_CFLAGS = -I$(top_srcdir) $(GST_PROFILE_CFLAGS) $(GST_DISCOVERER_CFLAGS) $(GST_CFLAGS)
|
|
LDADD = $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@ -lgstdiscoverer-@GST_MAJORMINOR@ $(GST_DISCOVERER_LIBS) $(GST_LIBS)
|