[MPlayer-cvslog] r29076 - trunk/cpudetect.h
reimar
subversion at mplayerhq.hu
Fri Mar 27 21:33:14 CET 2009
Author: reimar
Date: Fri Mar 27 21:33:13 2009
New Revision: 29076
Log:
Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating it
incompletely.
Modified:
trunk/cpudetect.h
Modified: trunk/cpudetect.h
==============================================================================
--- trunk/cpudetect.h Fri Mar 27 20:34:50 2009 (r29075)
+++ trunk/cpudetect.h Fri Mar 27 21:33:13 2009 (r29076)
@@ -8,33 +8,7 @@
#define CPUTYPE_I586 5
#define CPUTYPE_I686 6
-#if ARCH_X86_64
-# define REGa rax
-# define REGb rbx
-# define REGBP rbp
-# define REGSP rsp
-# define REG_a "rax"
-# define REG_b "rbx"
-# define REG_c "rcx"
-# define REG_d "rdx"
-# define REG_S "rsi"
-# define REG_D "rdi"
-# define REG_SP "rsp"
-# define REG_BP "rbp"
-#else
-# define REGa eax
-# define REGb ebx
-# define REGBP ebp
-# define REGSP esp
-# define REG_a "eax"
-# define REG_b "ebx"
-# define REG_c "ecx"
-# define REG_d "edx"
-# define REG_S "esi"
-# define REG_D "edi"
-# define REG_SP "esp"
-# define REG_BP "ebp"
-#endif
+#include "libavutil/x86_cpu.h"
typedef struct cpucaps_s {
int cpuType;
More information about the MPlayer-cvslog
mailing list