gstreamer/tests/benchmarks/Makefile.am
Edward Hervey 71f39aa2ef benchmarks: Disable tracerserialize benchmark on GST_DISABLE_GST_DEBUG
no gst-debugging => no tracer logging (and no pony either)
2016-01-19 11:12:27 +01:00

26 lines
563 B
Makefile

if !GST_DISABLE_GST_DEBUG
TRACER_BENCH = tracerserialize
else
TRACER_BENCH =
endif
noinst_PROGRAMS = \
caps \
capsnego \
complexity \
controller \
init \
mass-elements \
gstpollstress \
gstpoolstress \
gstclockstress \
gstbufferstress \
$(TRACER_BENCH)
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_API_VERSION@.la $(LDADD)