mirror of https://github.com/mpv-player/mpv
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:
parent
b92e910e7a
commit
fdae4e0095
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue