mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
benchmarks: Disable tracerserialize benchmark on GST_DISABLE_GST_DEBUG
no gst-debugging => no tracer logging (and no pony either)
This commit is contained in:
parent
128760f246
commit
71f39aa2ef
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
if !GST_DISABLE_GST_DEBUG
|
||||
TRACER_BENCH = tracerserialize
|
||||
else
|
||||
TRACER_BENCH =
|
||||
endif
|
||||
|
||||
noinst_PROGRAMS = \
|
||||
caps \
|
||||
capsnego \
|
||||
|
@ -9,7 +15,7 @@ noinst_PROGRAMS = \
|
|||
gstpoolstress \
|
||||
gstclockstress \
|
||||
gstbufferstress \
|
||||
tracerserialize
|
||||
$(TRACER_BENCH)
|
||||
|
||||
LDADD = $(GST_OBJ_LIBS)
|
||||
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||
|
|
Loading…
Reference in a new issue