Make sure gstprivate.h and/or config.h are always included first, otherwise some...
authorJames Andrewartha <trs80@tartarus.uwa.edu.au>
Thu, 4 May 2006 15:20:14 +0000 (15:20 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 4 May 2006 15:20:14 +0000 (15:20 +0000)
commit5deab8d3c31029a0d8c952e34908a9d7dded52eb
tree867978e904bbfa5ae5054151f16e3d97c1325582
parent4ceea3e44e4debcc2c5c15e89645222c0c0bd4f0
Make sure gstprivate.h and/or config.h are always included first, otherwise some of our defines (like _FILE_OFFSET_BI...

Original commit message from CVS:
Patch by: James Andrewartha <trs80 at tartarus uwa edu au>
* gst/gst.c:
* gst/gstbus.c:
* gst/gstclock.c:
* gst/gstevent.c:
* gst/gstformat.c:
* gst/gstmessage.c:
* gst/gstparse.c:
* gst/gstquery.c:
* gst/gstutils.c:
* gst/parse/Makefile.am:
* libs/gst/base/gstadapter.c:
* libs/gst/base/gstbasesrc.c:
* libs/gst/base/gstpushsrc.c:
* libs/gst/base/gsttypefindhelper.c:
* plugins/elements/gstfakesrc.c:
* plugins/elements/gstidentity.c:
Make sure gstprivate.h and/or config.h are
always included first, otherwise some of our
defines (like _FILE_OFFSET_BITS) might be
redefined in the system headers. Fixes build
on opensolaris (#340016).
17 files changed:
ChangeLog
gst/gst.c
gst/gstbus.c
gst/gstclock.c
gst/gstevent.c
gst/gstformat.c
gst/gstmessage.c
gst/gstparse.c
gst/gstquery.c
gst/gstutils.c
gst/parse/Makefile.am
libs/gst/base/gstadapter.c
libs/gst/base/gstbasesrc.c
libs/gst/base/gstpushsrc.c
libs/gst/base/gsttypefindhelper.c
plugins/elements/gstfakesrc.c
plugins/elements/gstidentity.c