summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-05-09 12:26:05 +0000
committerDiego Biurrun <diego@biurrun.de>2009-05-09 12:26:05 +0000
commitf8c0692d8e3bd27ed096451f14c5b93d2dab6710 (patch)
tree11751f298edf52a6535651db4362446bd1827f3b /libavcodec
parentf1933e436ce5d3a7e78e7c35b01384dc72b00e46 (diff)
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ppc/check_altivec.c2
1 files changed, 2 insertions, 0 deletions
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 <sys/sysctl.h>