mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
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:
parent
658c905f3c
commit
55d5fa2930
2 changed files with 6 additions and 1 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue