From 3c9bcb42cf9887382330c8bb55f94060289a9b4d Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Mon, 17 Mar 2008 23:08:17 +0000 Subject: add REGd definition Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/x86_cpu.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h index 69ac0581b4..750e061c21 100644 --- a/libavutil/x86_cpu.h +++ b/libavutil/x86_cpu.h @@ -38,6 +38,7 @@ # define REGa rax # define REGb rbx # define REGc rcx +# define REGd rdx # define REGSP rsp #else @@ -56,6 +57,7 @@ # define REGa eax # define REGb ebx # define REGc ecx +# define REGd edx # define REGSP esp #endif -- cgit v1.2.3