mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
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
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue