GNOME Bugzilla – Bug 321826
Always include <config.h> first
Last modified: 2006-04-30 11:46:32 UTC
Distribution/Version: 5.3 <config.h> should always be included first in the event one of the #define's alters something in a standard header file.
Created attachment 54924 [details] [review] Include <config.h> first in some .c files.
This looks OK to be applied to 0.8. Can you try building against version 0.9.6 or 0.9.7 (to be released later today)?
Actually on second thought it would be better to explicitly include config.h instead of relying on gst_private to include it, so that system headers are pulled in before GLib. Can you build 0.10 (the current stable series) and come up with a new patch please? Thanks.
Marking as duplicate of bug #340016, because #340016 has patches relevant to 0.10/HEAD and this one doesn't. *** This bug has been marked as a duplicate of 340016 ***