From 356bebc7b002a222c6450a4f613858a5aaf173fe Mon Sep 17 00:00:00 2001 From: Lars Persson Date: Mon, 25 Jan 2010 08:56:50 +0000 Subject: Turn off ARM asm for Costume until its fixed svn-id: r47549 --- backends/platform/symbian/src/portdefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 2a26771a0a..e2cf7625e8 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -124,7 +124,9 @@ #ifndef __WINS__ #define USE_ARM_GFX_ASM #define USE_ARM_SMUSH_ASM +#ifdef COSTUME_IS_NOT_BROKEN_ANYMORE #define USE_ARM_COSTUME_ASM +#endif #define USE_ARM_SOUND_ASM #endif // This is not really functioning yet. -- cgit v1.2.3