changeset 9619:35514159910f libavcodec

Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.
author diego
date Sat, 09 May 2009 12:26:05 +0000
parents 85ad5d68ec98
children 3ac52a187883
files ppc/check_altivec.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/check_altivec.c	Fri May 08 19:41:21 2009 +0000
+++ b/ppc/check_altivec.c	Sat May 09 12:26:05 2009 +0000
@@ -22,6 +22,8 @@
  * Checks for AltiVec presence.
  */
 
+#include "config.h"
+
 #ifdef __APPLE__
 #undef _POSIX_C_SOURCE
 #include <sys/sysctl.h>