1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 08:33:34 +00:00

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

View File

@ -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