From: Steve Baker Date: Sun, 27 May 2001 17:02:25 +0000 (+0000) Subject: now builds for those who are too lazy to upgrade their xml libraries X-Git-Tag: BRANCH-GOBJECT1-ROOT~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5cd8b4b99a821089881a5d713f0d40ee1c729e9;p=platform%2Fupstream%2Fgstreamer.git now builds for those who are too lazy to upgrade their xml libraries Original commit message from CVS: now builds for those who are too lazy to upgrade their xml libraries --- diff --git a/tools/gstreamer-complete.c b/tools/gstreamer-complete.c index aaf70ac..26ad350 100644 --- a/tools/gstreamer-complete.c +++ b/tools/gstreamer-complete.c @@ -1,6 +1,14 @@ #include #include -#include +#include // 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 #include "config.h"