Add necessary header for ARCH_X86_64 preprocessor check.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28664 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-02-19 10:07:46 +00:00
parent b92e910e7a
commit fdae4e0095
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#ifndef MPLAYER_CPUDETECT_H #ifndef MPLAYER_CPUDETECT_H
#define MPLAYER_CPUDETECT_H #define MPLAYER_CPUDETECT_H
#include "config.h"
#define CPUTYPE_I386 3 #define CPUTYPE_I386 3
#define CPUTYPE_I486 4 #define CPUTYPE_I486 4
#define CPUTYPE_I586 5 #define CPUTYPE_I586 5