summaryrefslogtreecommitdiffstats
path: root/cpudetect.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-19 10:07:46 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-19 10:07:46 +0000
commitfdae4e00953986c5de187b917ac2c9897dd4de57 (patch)
tree6d3b15ed6db7d50db54c84ed327bfd7f77b4ed19 /cpudetect.h
parentb92e910e7afcd3dc9efb3c02d349449defbcb175 (diff)
downloadmpv-fdae4e00953986c5de187b917ac2c9897dd4de57.tar.bz2
mpv-fdae4e00953986c5de187b917ac2c9897dd4de57.tar.xz
Add necessary header for ARCH_X86_64 preprocessor check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28664 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cpudetect.h')
-rw-r--r--cpudetect.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpudetect.h b/cpudetect.h
index 3f91f05d1c..2cc99d47eb 100644
--- a/cpudetect.h
+++ b/cpudetect.h
@@ -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