mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
tracer: Use GST_DISABLE_GST_TRACER_HOOKS instead of GST_DISABLE_GST_DEBUG everywhere
Previously we used the latter one still for the tracer utility code, causing undefined references in the resulting binary if the debugging system was disabled but the tracer system not.
This commit is contained in:
parent
d787105fd5
commit
9d91ad0b85
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "gsttracerfactory.h"
|
||||
#include "gsttracerutils.h"
|
||||
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
#ifndef GST_DISABLE_GST_TRACER_HOOKS
|
||||
|
||||
/* tracer quarks */
|
||||
|
||||
|
|
Loading…
Reference in a new issue