mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
cimpile fix for libxml1
Original commit message from CVS: cimpile fix for libxml1
This commit is contained in:
parent
099074586c
commit
c51e7cd2fe
1 changed files with 2 additions and 0 deletions
|
@ -139,7 +139,9 @@ gint
|
|||
gst_xml_write_file (GstElement *element, FILE *out)
|
||||
{
|
||||
xmlDocPtr cur;
|
||||
#ifdef HAVE_LIBXML2
|
||||
xmlOutputBufferPtr buf;
|
||||
#endif
|
||||
const char * encoding;
|
||||
xmlCharEncodingHandlerPtr handler = NULL;
|
||||
int indent;
|
||||
|
|
Loading…
Reference in a new issue