tags: fix unused function warning with debug disabled
authorRené Stadler <rene.stadler@nokia.com>
Thu, 30 Sep 2010 10:12:30 +0000 (13:12 +0300)
committerRené Stadler <rene.stadler@nokia.com>
Thu, 30 Sep 2010 10:12:30 +0000 (13:12 +0300)
gst-libs/gst/tag/tags.c

index 0236a6d..35b0aa1 100644 (file)
@@ -43,6 +43,7 @@
  * </refsect2>
  */
 
+#ifndef GST_DISABLE_GST_DEBUG
 #define GST_CAT_DEFAULT gst_tag_ensure_debug_category()
 
 static GstDebugCategory *
@@ -60,6 +61,7 @@ gst_tag_ensure_debug_category (void)
 
   return (GstDebugCategory *) cat_gonce;
 }
+#endif /* GST_DISABLE_GST_DEBUG */
 
 static gpointer
 gst_tag_register_tags_internal (gpointer unused)