Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &
authorDavid Conrad <lessen42@gmail.com>
Sat, 13 Sep 2008 13:18:35 +0000 (13:18 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 13 Sep 2008 13:18:35 +0000 (13:18 +0000)
commit7f0d242b14e3dafade0e910d1031d2774da005a1
treef1d3e0a1de2cba7d9088d19061e90097a52852bf
parent43c164788cc951e48a9c19eaf1a2539fb59a26fc
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &
similar typedefs that sysctl.h needs. Since sysctl() itself isn't POSIX
undefining _POSIX_C_SOURCE for check_altivec.c seems the best way to fix this.
patch by David Conrad lessen42 at gmail com

Originally committed as revision 15306 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ppc/check_altivec.c