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:
Sebastian Dröge 2016-01-07 18:46:21 +02:00
parent d787105fd5
commit 9d91ad0b85

View file

@ -37,7 +37,7 @@
#include "gsttracerfactory.h"
#include "gsttracerutils.h"
#ifndef GST_DISABLE_GST_DEBUG
#ifndef GST_DISABLE_GST_TRACER_HOOKS
/* tracer quarks */