[FFmpeg-cvslog] r15328 - trunk/libavutil/x86_cpu.h

diego subversion
Mon Sep 15 00:17:41 CEST 2008


Author: diego
Date: Mon Sep 15 00:17:40 2008
New Revision: 15328

Log:
Only define x86 register names on x86.


Modified:
   trunk/libavutil/x86_cpu.h

Modified: trunk/libavutil/x86_cpu.h
==============================================================================
--- trunk/libavutil/x86_cpu.h	(original)
+++ trunk/libavutil/x86_cpu.h	Mon Sep 15 00:17:40 2008
@@ -43,7 +43,7 @@ typedef int64_t x86_reg;
 #    define REGd    rdx
 #    define REGSP   rsp
 
-#else
+#elif ARCH_X86_32
 
 #    define REG_a "eax"
 #    define REG_b "ebx"




More information about the ffmpeg-cvslog mailing list