diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-02-03 11:37:21 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-11 01:54:44 +0100 |
commit | 66fb9166a47e6c130bc78cb1579a02369d16ba6b (patch) | |
tree | 4e2f815cd73d117320b65dea82105da0394f4add | |
parent | f6cab316ccad4dab9cc2b0dc5baab8323d060f91 (diff) |
dataprotocol: don't define default Category
Since we now include this into the unit tests directly, don't define the default
category macro because it conflicts with check.
-rw-r--r-- | gst/gdp/dataprotocol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gdp/dataprotocol.c b/gst/gdp/dataprotocol.c index c19fd9aa4..c85952ad5 100644 --- a/gst/gdp/dataprotocol.c +++ b/gst/gdp/dataprotocol.c @@ -78,7 +78,6 @@ /* debug category */ GST_DEBUG_CATEGORY_STATIC (data_protocol_debug); -#define GST_CAT_DEFAULT data_protocol_debug /* helper macros */ |