summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-17 23:08:17 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-17 23:08:17 +0000
commit3c9bcb42cf9887382330c8bb55f94060289a9b4d (patch)
tree5ce6d5eb88831f0f79291ded624071476679abae /libavutil
parenta62a1c315250cd71d724395beb0273564ed472e8 (diff)
downloadffmpeg-streaming-3c9bcb42cf9887382330c8bb55f94060289a9b4d.zip
ffmpeg-streaming-3c9bcb42cf9887382330c8bb55f94060289a9b4d.tar.gz
add REGd definition
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86_cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h
index 69ac058..750e061 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
OpenPOWER on IntegriCloud