From 36ccb66fb536b92af430a6a24ca755a7a3590595 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 12 Oct 2009 14:57:35 +0100 Subject: [PATCH] debug: Mark the GST_POLL symbol as extern to avoid multiply-defined error --- gst/gst_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gst_private.h b/gst/gst_private.h index fbc592c..74e3e87 100644 --- a/gst/gst_private.h +++ b/gst/gst_private.h @@ -161,7 +161,7 @@ GST_EXPORT GstDebugCategory *GST_CAT_TYPES; /* FIXME 0.11: remove? */ /* Categories that should be completely private to * libgstreamer should be done like this: */ #define GST_CAT_POLL _priv_GST_CAT_POLL -GstDebugCategory *_priv_GST_CAT_POLL; +extern GstDebugCategory *_priv_GST_CAT_POLL; #else -- 2.7.4