config.h needs to be included first, either directly or via gst_private.h
authorDavid Adam <zanchey@ucc.gu.uwa.edu.au>
Tue, 17 Mar 2009 20:41:44 +0000 (20:41 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 17 Mar 2009 20:41:44 +0000 (20:41 +0000)
commit7d7fceced5c40fbfafd1a2c32c95f82d86d84bbd
tree315ad571d1f002dc616a45afd892813ca82be900
parent17412e928ca23cf7f0b0829a9f6c0a3fe1e91f5f
config.h needs to be included first, either directly or via gst_private.h

Fixes build with -Werror caused by '_FILE_OFFSET_BITS redefined' warning on
OpenSolaris where _FILE_OFFSET_BITS may be defined both in our config.h
and via stdio.h (#575695).
gst/gst.c