diff mathops.h @ 4112:29f5edb4430a libavcodec

Add ARCH_X86_32 as a new define for 32 bit x86 architectures and change the semantics of ARCH_X86 to mean both 32 and 64 bits.
author diego
date Wed, 01 Nov 2006 17:01:33 +0000
parents c8c591fe26f8
children d6f83e2f8804
line wrap: on
line diff
--- a/mathops.h	Tue Oct 31 22:22:11 2006 +0000
+++ b/mathops.h	Wed Nov 01 17:01:33 2006 +0000
@@ -22,7 +22,7 @@
 #ifndef MATHOPS_H
 #define MATHOPS_H
 
-#ifdef ARCH_X86
+#ifdef ARCH_X86_32
 
 #include "i386/mathops.h"