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
This commit is contained in:
Diego Biurrun
2006-11-01 17:01:33 +00:00
parent 6c02f9e7ee
commit 419b878494
6 changed files with 19 additions and 15 deletions

View File

@ -22,7 +22,7 @@
#ifndef MATHOPS_H
#define MATHOPS_H
#ifdef ARCH_X86
#ifdef ARCH_X86_32
#include "i386/mathops.h"