cimpile fix for libxml1

Original commit message from CVS:
cimpile fix for libxml1
This commit is contained in:
Andy Wingo 2002-01-11 07:21:26 +00:00
parent 099074586c
commit c51e7cd2fe

View file

@ -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;