[Ffmpeg-cvslog] r5988 - trunk/libavutil/x86_cpu.h
gpoirier
subversion
Sat Aug 12 18:29:05 CEST 2006
Author: gpoirier
Date: Sat Aug 12 18:29:05 2006
New Revision: 5988
Modified:
trunk/libavutil/x86_cpu.h
Log:
Add #define REGc
Modified: trunk/libavutil/x86_cpu.h
==============================================================================
--- trunk/libavutil/x86_cpu.h (original)
+++ trunk/libavutil/x86_cpu.h Sat Aug 12 18:29:05 2006
@@ -15,6 +15,7 @@
# define REGBP rbp
# define REGa rax
# define REGb rbx
+# define REGc rcx
# define REGSP rsp
#else
@@ -32,6 +33,7 @@
# define REGBP ebp
# define REGa eax
# define REGb ebx
+# define REGc ecx
# define REGSP esp
#endif
More information about the ffmpeg-cvslog
mailing list