mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst/gst_private.h: Include gstinfo.h even if GST_DISABLE_GST_DEBUG is defined. Fixes build with --disable-gst-debug.
Original commit message from CVS: * gst/gst_private.h: Include gstinfo.h even if GST_DISABLE_GST_DEBUG is defined. Fixes build with --disable-gst-debug.
This commit is contained in:
parent
7c90130407
commit
0609c4cabe
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-08-29 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* gst/gst_private.h:
|
||||
Include gstinfo.h even if GST_DISABLE_GST_DEBUG is defined. Fixes
|
||||
build with --disable-gst-debug.
|
||||
|
||||
2008-08-28 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst/gstpadtemplate.c: Revert last change, since it breaks
|
||||
|
|
|
@ -41,6 +41,9 @@ extern const char g_log_domain_gstreamer[];
|
|||
#include "gstregistry.h"
|
||||
#include "gststructure.h"
|
||||
|
||||
/* we need this in pretty much all files */
|
||||
#include "gstinfo.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* used by gstparse.c and grammar.y */
|
||||
|
@ -93,8 +96,6 @@ gboolean gst_registry_xml_write_cache (GstRegistry * registry, const char *lo
|
|||
|
||||
#ifndef GST_DISABLE_GST_DEBUG
|
||||
|
||||
#include <gst/gstinfo.h>
|
||||
|
||||
GST_EXPORT GstDebugCategory *GST_CAT_GST_INIT;
|
||||
GST_EXPORT GstDebugCategory *GST_CAT_AUTOPLUG;
|
||||
GST_EXPORT GstDebugCategory *GST_CAT_AUTOPLUG_ATTEMPT;
|
||||
|
|
Loading…
Reference in a new issue