[gstreamer-bugs] [Bug 590841] New: configure script check for libxml2 is incorrect
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Wed Aug 5 05:08:54 PDT 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=590841
GStreamer | gstreamer (core) | Ver: 0.10.24
Summary: configure script check for libxml2 is incorrect
Product: GStreamer
Version: 0.10.24
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: will.newton at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Please describe the problem:
The XML registry support has been removed, but the configure script still
checks for it when deciding whether or not libxml2 is needed:
dnl libxml 2 is optional in some cases
if test "x$GST_DISABLE_LOADSAVE" = "xyes" -a "x$GST_DISABLE_REGISTRY" = "xyes"
then
AC_MSG_NOTICE([XML registry and load/save are disabled, not checking for
libxml2])
GST_DISABLE_XML_DEFINE="#define GST_DISABLE_XML 1"
else
Steps to reproduce:
1.
2.
3.
Actual results:
Expected results:
Does this happen every time?
Other information:
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=590841.
More information about the Gstreamer-bugs
mailing list