diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-03-12 17:28:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-03-12 17:28:02 +0000 |
commit | 2138dc99fc2623117c3336d94b3164d18dd0f8b2 (patch) | |
tree | 30f7ad80fa2e9f8ff55b146524c5da969e73834e /ffprobe.c | |
parent | 2c4bc23e7a342cf02188c1dcdfd3fb3ee7d67b11 (diff) | |
download | ffmpeg-2138dc99fc2623117c3336d94b3164d18dd0f8b2.tar.gz |
Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
This make NetBSD compile out of the box at the cost of a hack, but a
locally contained one that is preferable to the one used in the wild.
Currently the NetBSD FATE box adds -D_NETBSD_SOURCE to CPPFLAGS to work
around broken system headers. Since it is unlikely for NetBSD to fix their
headers, it is better to use a standard flag instead of a system-specific one.
As a sideeffect, this allows getting rid of a local _NETBSD_SOURCE definition.
Originally committed as revision 22486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffprobe.c')
0 files changed, 0 insertions, 0 deletions