diff options
author | Måns Rullgård <mans@mansr.com> | 2008-03-17 23:08:17 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-03-17 23:08:17 +0000 |
commit | 3c9bcb42cf9887382330c8bb55f94060289a9b4d (patch) | |
tree | 5ce6d5eb88831f0f79291ded624071476679abae /libavutil/x86_cpu.h | |
parent | a62a1c315250cd71d724395beb0273564ed472e8 (diff) | |
download | ffmpeg-3c9bcb42cf9887382330c8bb55f94060289a9b4d.tar.gz |
add REGd definition
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/x86_cpu.h')
-rw-r--r-- | libavutil/x86_cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |