[FFmpeg-cvslog] r12481 - trunk/libavutil/x86_cpu.h
mru
subversion
Tue Mar 18 00:08:17 CET 2008
Author: mru
Date: Tue Mar 18 00:08:17 2008
New Revision: 12481
Log:
add REGd definition
Modified:
trunk/libavutil/x86_cpu.h
Modified: trunk/libavutil/x86_cpu.h
==============================================================================
--- trunk/libavutil/x86_cpu.h (original)
+++ trunk/libavutil/x86_cpu.h Tue Mar 18 00:08:17 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list