From f8c0692d8e3bd27ed096451f14c5b93d2dab6710 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 9 May 2009 12:26:05 +0000 Subject: Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition. Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ppc/check_altivec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec') diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c index 08cc0f4374..7f5143341b 100644 --- a/libavcodec/ppc/check_altivec.c +++ b/libavcodec/ppc/check_altivec.c @@ -22,6 +22,8 @@ * Checks for AltiVec presence. */ +#include "config.h" + #ifdef __APPLE__ #undef _POSIX_C_SOURCE #include -- cgit v1.2.3