Include compatability defines for old versions of libxml1
Original commit message from CVS: Include compatability defines for old versions of libxml1
This commit is contained in:
parent
681c6e7ad2
commit
acfb1fc447
@ -26,6 +26,13 @@
|
||||
|
||||
#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/gstobject.h>
|
||||
#include <gst/gstbuffer.h>
|
||||
#include <gst/cothreads.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user