projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4188e26
)
tags: fix unused function warning with debug disabled
author
René Stadler
<rene.stadler@nokia.com>
Thu, 30 Sep 2010 10:12:30 +0000
(13:12 +0300)
committer
René Stadler
<rene.stadler@nokia.com>
Thu, 30 Sep 2010 10:12:30 +0000
(13:12 +0300)
gst-libs/gst/tag/tags.c
patch
|
blob
|
history
diff --git
a/gst-libs/gst/tag/tags.c
b/gst-libs/gst/tag/tags.c
index
0236a6d
..
35b0aa1
100644
(file)
--- a/
gst-libs/gst/tag/tags.c
+++ b/
gst-libs/gst/tag/tags.c
@@
-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)