aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authordhewg2011-04-23 03:30:19 +0200
committerdhewg2011-04-23 03:39:38 +0200
commite19fe1c53fb9433a188618d94cc8a3f5a15fd5d8 (patch)
tree82e7f9077171c933718b150aedce771bec08630d /audio
parent983b044ccb9b82eabd8d3b667822c3693ddb4e6d (diff)
downloadscummvm-rg350-e19fe1c53fb9433a188618d94cc8a3f5a15fd5d8.tar.gz
scummvm-rg350-e19fe1c53fb9433a188618d94cc8a3f5a15fd5d8.tar.bz2
scummvm-rg350-e19fe1c53fb9433a188618d94cc8a3f5a15fd5d8.zip
ASM: Defines do not get mangled
Diffstat (limited to 'audio')
-rw-r--r--audio/rate_arm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/rate_arm.cpp b/audio/rate_arm.cpp
index 43172f64c8..9c0e849c81 100644
--- a/audio/rate_arm.cpp
+++ b/audio/rate_arm.cpp
@@ -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,