1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.

Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-05-09 12:26:05 +00:00
parent f1933e436c
commit f8c0692d8e

View File

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