mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
ASM: Defines do not get mangled
This commit is contained in:
parent
983b044ccb
commit
e19fe1c53f
@ -129,13 +129,11 @@ SimpleRateConverter<stereo, reverseStereo>::SimpleRateConverter(st_rate_t inrate
|
||||
sr.inLen = 0;
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
#ifndef IPHONE
|
||||
#define ARM_SimpleRate_M _ARM_SimpleRate_M
|
||||
#define ARM_SimpleRate_S _ARM_SimpleRate_S
|
||||
#define ARM_SimpleRate_R _ARM_SimpleRate_R
|
||||
#endif
|
||||
}
|
||||
|
||||
extern "C" st_sample_t *ARM_SimpleRate_M(
|
||||
AudioStream &input,
|
||||
|
@ -342,11 +342,9 @@ void Codec47Decoder::makeTables47(int width) {
|
||||
|
||||
#ifdef USE_ARM_SMUSH_ASM
|
||||
|
||||
extern "C" {
|
||||
#ifndef IPHONE
|
||||
#define ARM_Smush_decode2 _ARM_Smush_decode2
|
||||
#endif
|
||||
}
|
||||
|
||||
extern "C" void ARM_Smush_decode2( byte *dst,
|
||||
const byte *src,
|
||||
|
Loading…
Reference in New Issue
Block a user