Avoid a conflict in the definition of int32
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40367
This commit is contained in:
parent
7d917ae15d
commit
37e65f4754
3 changed files with 8 additions and 10 deletions
|
@ -60,10 +60,10 @@ void ConvertX86pI8_32();
|
|||
void ConvertX86pI8_24();
|
||||
void ConvertX86pI8_16();
|
||||
|
||||
extern int32 ConvertX86p16_32RGB888_LUT_X86[512];
|
||||
extern int32 ConvertX86p16_32BGR888_LUT_X86[512];
|
||||
extern int32 ConvertX86p16_32RGBA888_LUT_X86[512];
|
||||
extern int32 ConvertX86p16_32BGRA888_LUT_X86[512];
|
||||
extern int ConvertX86p16_32RGB888_LUT_X86[512];
|
||||
extern int ConvertX86p16_32BGR888_LUT_X86[512];
|
||||
extern int ConvertX86p16_32RGBA888_LUT_X86[512];
|
||||
extern int ConvertX86p16_32BGRA888_LUT_X86[512];
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -124,10 +124,10 @@ extern int32 ConvertX86p16_32BGRA888_LUT_X86[512];
|
|||
void ConvertX86pI8_24() __attribute__ ((alias ("_ConvertX86pI8_24")));
|
||||
void ConvertX86pI8_16() __attribute__ ((alias ("_ConvertX86pI8_16")));
|
||||
|
||||
extern int32 ConvertX86p16_32RGB888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGB888_LUT_X86")));
|
||||
extern int32 ConvertX86p16_32BGR888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGR888_LUT_X86")));
|
||||
extern int32 ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86")));
|
||||
extern int32 ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86")));
|
||||
extern int ConvertX86p16_32RGB888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGB888_LUT_X86")));
|
||||
extern int ConvertX86p16_32BGR888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGR888_LUT_X86")));
|
||||
extern int ConvertX86p16_32RGBA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32RGBA888_LUT_X86")));
|
||||
extern int ConvertX86p16_32BGRA888_LUT_X86[512] __attribute__ ((alias ("_ConvertX86p16_32BGRA888_LUT_X86")));
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
@ -49,7 +49,6 @@ static char rcsid =
|
|||
#define HermesConverterInterface SDL_BlitInfo
|
||||
#define HermesClearInterface void
|
||||
#define STACKCALL
|
||||
typedef Uint32 int32;
|
||||
|
||||
#include "HeadMMX.h"
|
||||
#include "HeadX86.h"
|
||||
|
|
|
@ -109,7 +109,6 @@ static char rcsid =
|
|||
#define HermesConverterInterface void
|
||||
#define HermesClearInterface void
|
||||
#define STACKCALL
|
||||
typedef Uint32 int32;
|
||||
|
||||
#include "HeadX86.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue