From 9d91ad0b85359ab3994bc2e814e97695e0e785ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 7 Jan 2016 18:46:21 +0200 Subject: [PATCH] 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. --- gst/gsttracerutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttracerutils.c b/gst/gsttracerutils.c index 974930a..6233899 100644 --- a/gst/gsttracerutils.c +++ b/gst/gsttracerutils.c @@ -37,7 +37,7 @@ #include "gsttracerfactory.h" #include "gsttracerutils.h" -#ifndef GST_DISABLE_GST_DEBUG +#ifndef GST_DISABLE_GST_TRACER_HOOKS /* tracer quarks */ -- 2.7.4