we require a newer libxml2 version that 2.4.X

Original commit message from CVS:
we require a newer libxml2 version that 2.4.X
This commit is contained in:
Stefan Kost 2005-06-16 07:30:07 +00:00
parent 658c905f3c
commit 55d5fa2930
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-06-16 Stefan Kost <ensonic@users.sf.net>
* configure.ac:
we require a newer libxml2 version that 2.4.X
2005-06-14 Stefan Kost <ensonic@users.sf.net>
* tools/gst-inspect.c: (print_element_properties_info):

View file

@ -280,7 +280,7 @@ then
AC_MSG_NOTICE([Load/save is disabled, not checking for libxml2])
else
dnl check for libxml2 with minimum req version
GST_LIBXML2_CHECK(2.4.9)
GST_LIBXML2_CHECK(2.6.0)
fi
dnl popt checks