mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
debug: Mark the GST_POLL symbol as extern to avoid multiply-defined error
This commit is contained in:
parent
9641a2b151
commit
36ccb66fb5
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ GST_EXPORT GstDebugCategory *GST_CAT_TYPES; /* FIXME 0.11: remove? */
|
||||||
/* Categories that should be completely private to
|
/* Categories that should be completely private to
|
||||||
* libgstreamer should be done like this: */
|
* libgstreamer should be done like this: */
|
||||||
#define GST_CAT_POLL _priv_GST_CAT_POLL
|
#define GST_CAT_POLL _priv_GST_CAT_POLL
|
||||||
GstDebugCategory *_priv_GST_CAT_POLL;
|
extern GstDebugCategory *_priv_GST_CAT_POLL;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue