From d1019eb046385b62b1a62f467ae8841b238dfc19 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Tue, 15 Jul 2003 13:17:20 +0000 Subject: Added #include of config.h so that they symbol "VERSION" could be found. Original commit message from CVS: Added #include of config.h so that they symbol "VERSION" could be found. Also removed GST_CAT_EVENT from a GST_DEBUG line to reflect recent changes in the debug logic. Now this plugin compiles. --- gst/rtp/gstrtpgsmparse.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst/rtp/gstrtpgsmparse.c') diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c index 814cc680..79401061 100644 --- a/gst/rtp/gstrtpgsmparse.c +++ b/gst/rtp/gstrtpgsmparse.c @@ -12,6 +12,10 @@ * Library General Public License for more */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include "gstrtpgsmparse.h" #include "gstrtp-common.h" -- cgit