tracer: Use GST_DISABLE_GST_TRACER_HOOKS instead of GST_DISABLE_GST_DEBUG everywhere
authorSebastian Dröge <sebastian@centricular.com>
Thu, 7 Jan 2016 16:46:21 +0000 (18:46 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 7 Jan 2016 16:46:21 +0000 (18:46 +0200)
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

index 974930a..6233899 100644 (file)
@@ -37,7 +37,7 @@
 #include "gsttracerfactory.h"
 #include "gsttracerutils.h"
 
-#ifndef GST_DISABLE_GST_DEBUG
+#ifndef GST_DISABLE_GST_TRACER_HOOKS
 
 /* tracer quarks */