[FFmpeg-cvslog] r18774 - trunk/libavcodec/ppc/check_altivec.c

diego subversion
Sat May 9 14:26:05 CEST 2009


Author: diego
Date: Sat May  9 14:26:05 2009
New Revision: 18774

Log:
Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.

Modified:
   trunk/libavcodec/ppc/check_altivec.c

Modified: trunk/libavcodec/ppc/check_altivec.c
==============================================================================
--- trunk/libavcodec/ppc/check_altivec.c	Fri May  8 21:41:21 2009	(r18773)
+++ trunk/libavcodec/ppc/check_altivec.c	Sat May  9 14:26:05 2009	(r18774)
@@ -22,6 +22,8 @@
  * Checks for AltiVec presence.
  */
 
+#include "config.h"
+
 #ifdef __APPLE__
 #undef _POSIX_C_SOURCE
 #include <sys/sysctl.h>



More information about the ffmpeg-cvslog mailing list