[gst-devel] [gst-cvs] ensonic gstreamer: gstreamer/ gstreamer/gst/

Tim Müller t.i.m at zen.co.uk
Tue Apr 17 13:12:07 CEST 2007


On Tue, 2007-04-17 at 10:46 +0000, Stefan Kost wrote:

Hi Stefan,

> CVS Root:       /cvs/gstreamer
> Module:         gstreamer
> Changes by:     ensonic
> Date:           Tue Apr 17 2007  10:46:58 UTC
> 
> Log message:
> * configure.ac:
> * gst/Makefile.am:
> * gst/gstconfig.h.in:
> Drop libxml2 dependency when building with
> --enable-binary-registry --disable-loadsave
> 
> http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.3157&r2=1.3158
> http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/configure.ac.diff?r1=1.499&r2=1.500
> http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/Makefile.am.diff?r1=1.220&r2=1.221
> http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstconfig.h.in.diff?r1=1.23&r2=1.24

...

> --- gstconfig.h.in	5 Jan 2007 13:23:02 -0000	1.23
> +++ gstconfig.h.in	17 Apr 2007 10:46:46 -0000	1.24
> @@ -50,6 +50,8 @@
>  #ifndef __GST_CONFIG_H__
>  #define __GST_CONFIG_H__
> +#include "config.h"
>
> ...
>
> +#ifdef HAVE_LIBXML2
>  # include <libxml/parser.h>
>  #else
>  # define GST_DISABLE_LOADSAVE_REGISTRY

gstconfig.h is an installed header, you can't include config.h here.

Also see the two bugs in bugzilla about exactly the same issue:

http://bugzilla.gnome.org/show_bug.cgi?id=421480
http://bugzilla.gnome.org/show_bug.cgi?id=413123

Cheers
 -Tim






More information about the gstreamer-devel mailing list