summaryrefslogtreecommitdiff
path: root/tools/gstreamer-complete.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gstreamer-complete.c')
-rw-r--r--tools/gstreamer-complete.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/tools/gstreamer-complete.c b/tools/gstreamer-complete.c
index 26ad350829..6180c5c560 100644
--- a/tools/gstreamer-complete.c
+++ b/tools/gstreamer-complete.c
@@ -1,17 +1,10 @@
#include <stdio.h>
#include <string.h>
-#include <parser.h> // NOTE: this is xml-config's fault
-// Include compatability defines: if libxml hasn't already defined these,
-// we have an old version 1.x
-#ifndef xmlChildrenNode
-#define xmlChildrenNode childs
-#define xmlRootNode root
-#endif
+#include <gst/gstconfig.h>
#include <glib.h>
-#include "config.h"
typedef struct {
gchar *name;