mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
da46035638
The test builds a tree like graph having conversion and basetransform elements.
17 lines
421 B
Makefile
17 lines
421 B
Makefile
noinst_PROGRAMS = \
|
|
caps \
|
|
capsnego \
|
|
complexity \
|
|
controller \
|
|
init \
|
|
mass-elements \
|
|
gstpollstress \
|
|
gstclockstress \
|
|
gstbufferstress
|
|
|
|
LDADD = $(GST_OBJ_LIBS)
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
|
|
controller_CFLAGS = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
|
|
controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la $(LDADD)
|
|
|