From 419b878494346c2f9d81f23d7a75cbe03eb5dab0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 1 Nov 2006 17:01:33 +0000 Subject: 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. Originally committed as revision 6852 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mathops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mathops.h') diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index db39dedd1c..9ae34d71b2 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -22,7 +22,7 @@ #ifndef MATHOPS_H #define MATHOPS_H -#ifdef ARCH_X86 +#ifdef ARCH_X86_32 #include "i386/mathops.h" -- cgit v1.2.3