]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/ppc/check_altivec.c
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
[frescor/ffmpeg.git] / libavcodec / ppc / check_altivec.c
index 08cc0f4374506713439e9e825729afee95189c6c..7f5143341b197b07992e8877091df0ffe00b304d 100644 (file)
@@ -22,6 +22,8 @@
  * Checks for AltiVec presence.
  */
 
+#include "config.h"
+
 #ifdef __APPLE__
 #undef _POSIX_C_SOURCE
 #include <sys/sysctl.h>