[MPlayer-cvslog] r28664 - trunk/cpudetect.h
diego
subversion at mplayerhq.hu
Thu Feb 19 11:07:46 CET 2009
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
More information about the MPlayer-cvslog
mailing list