gstreamer/tests/benchmarks/Makefile.am
Stefan Kost da46035638 benchmarks: add a benchmark for capsnegotiation
The test builds a tree like graph having conversion and basetransform elements.
2010-05-19 09:59:31 +03:00

18 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)