mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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:
@ -22,7 +22,7 @@
|
||||
#ifndef MATHOPS_H
|
||||
#define MATHOPS_H
|
||||
|
||||
#ifdef ARCH_X86
|
||||
#ifdef ARCH_X86_32
|
||||
|
||||
#include "i386/mathops.h"
|
||||
|
||||
|
Reference in New Issue
Block a user