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

michael subversion
Thu Mar 19 15:49:48 CET 2009


Author: michael
Date: Thu Mar 19 15:49:47 2009
New Revision: 18043

Log:
typedef int x86_reg on non x86

Modified:
   trunk/libavutil/x86_cpu.h

Modified: trunk/libavutil/x86_cpu.h
==============================================================================
--- trunk/libavutil/x86_cpu.h	Thu Mar 19 10:53:50 2009	(r18042)
+++ trunk/libavutil/x86_cpu.h	Thu Mar 19 15:49:47 2009	(r18043)
@@ -62,6 +62,8 @@ typedef int32_t x86_reg;
 #    define REGc    ecx
 #    define REGd    edx
 #    define REGSP   esp
+#else
+typedef int x86_reg;
 #endif
 
 #define HAVE_7REGS (ARCH_X86_64 || (HAVE_EBX_AVAILABLE && HAVE_EBP_AVAILABLE))




More information about the ffmpeg-cvslog mailing list