OSDN Git Service

Uniformly define _XOPEN_SOURCE to 600.
authorDiego Biurrun <diego@biurrun.de>
Mon, 29 Sep 2008 06:22:12 +0000 (06:22 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 29 Sep 2008 06:22:12 +0000 (06:22 +0000)
commitd0feff2a5b9bfb75f21387ce0d52618d524d6015
tree723121f8222f0808e2283baab820535754195dea
parentc44c4e181ff19e5dff592fb9c1e8f033766395aa
Uniformly define _XOPEN_SOURCE to 600.
The feature_tests.h header from Sun systems (Solaris/OpenSolaris) will abort
the build if _XOPEN_SOURCE is defined to 500, and C99 is requested (as well
as POSIX.1-2001), and will only accept it to be defined to 600.
inspired by a patch from Diego Pettenò, flameeyes gmail com

Originally committed as revision 15460 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
libavcodec/utils.c
libavformat/rtpdec.c