From 71295009be694beac7b6f963f1341bdb7cf886da Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Sat, 12 Aug 2006 16:29:05 +0000 Subject: [PATCH] Add #define REGc Originally committed as revision 5988 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 8fd5f86..548fe42 100644 --- a/libavutil/x86_cpu.h +++ b/libavutil/x86_cpu.h @@ -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 -- 2.7.4