From a6ad889aa22e0283bb24746d9da936fdf4f5a754 Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Sun, 3 Feb 2008 09:39:43 +0000 Subject: Forgot to enable ASM opts somewhere (thought I had). svn-id: r30753 --- backends/platform/symbian/src/portdefs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'backends/platform/symbian/src/portdefs.h') diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 5db6c99da6..734afe859c 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -132,6 +132,12 @@ #define vsnprintf(buf,len,format,valist) vsprintf(buf,format,valist) #endif +#ifndef __WINS__ +#define USE_ARM_GFX_ASM +#define USE_ARM_SMUSH_ASM +#define USE_ARM_COSTUME_ASM +#define USE_ARM_SOUND_ASM +#endif // somehow nobody has this function... #define hypot(a, b) sqrt((a)*(a) + (b)*(b)) -- cgit v1.2.3