19 Feb
2009
19 Feb
'09
5:07 a.m.
Author: diego Date: Thu Feb 19 11:07:46 2009 New Revision: 28664 Log: Add necessary header for ARCH_X86_64 preprocessor check. Modified: trunk/cpudetect.h Modified: trunk/cpudetect.h ============================================================================== --- trunk/cpudetect.h Thu Feb 19 11:06:43 2009 (r28663) +++ trunk/cpudetect.h Thu Feb 19 11:07:46 2009 (r28664) @@ -1,6 +1,8 @@ #ifndef MPLAYER_CPUDETECT_H #define MPLAYER_CPUDETECT_H +#include "config.h" + #define CPUTYPE_I386 3 #define CPUTYPE_I486 4 #define CPUTYPE_I586 5