Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.

Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Diego Biurrun 16 years ago
parent f1933e436c
commit f8c0692d8e
  1. 2
      libavcodec/ppc/check_altivec.c

@ -22,6 +22,8 @@
* Checks for AltiVec presence. * Checks for AltiVec presence.
*/ */
#include "config.h"
#ifdef __APPLE__ #ifdef __APPLE__
#undef _POSIX_C_SOURCE #undef _POSIX_C_SOURCE
#include <sys/sysctl.h> #include <sys/sysctl.h>

Loading…
Cancel
Save