ringbuffer: fix build against core that has debugging disabled
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Sep 2009 09:02:54 +0000 (10:02 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 11 Sep 2009 09:03:56 +0000 (10:03 +0100)
The macro is called GST_DISABLE_GST_DEBUG, not GST_DISABLE_DEBUG.

gst-libs/gst/audio/gstringbuffer.c

index e313c03..bf8f5b5 100644 (file)
@@ -223,7 +223,7 @@ build_linear_format (int depth, int width, int unsignd, int big_endian)
   return formats;
 }
 
-#ifndef GST_DISABLE_DEBUG
+#ifndef GST_DISABLE_GST_DEBUG
 static const gchar *format_type_names[] = {
   "linear",
   "float",