[Scummvm-cvs-logs] SF.net SVN: scummvm: [30753] scummvm/trunk/backends/platform/symbian/src/ portdefs.h

Anotherguest at users.sourceforge.net Anotherguest at users.sourceforge.net
Sun Feb 3 10:39:43 CET 2008


Revision: 30753
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30753&view=rev
Author:   Anotherguest
Date:     2008-02-03 01:39:43 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
Forgot to enable ASM opts somewhere (thought I had).

Modified Paths:
--------------
    scummvm/trunk/backends/platform/symbian/src/portdefs.h

Modified: scummvm/trunk/backends/platform/symbian/src/portdefs.h
===================================================================
--- scummvm/trunk/backends/platform/symbian/src/portdefs.h	2008-02-03 09:39:26 UTC (rev 30752)
+++ scummvm/trunk/backends/platform/symbian/src/portdefs.h	2008-02-03 09:39:43 UTC (rev 30753)
@@ -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))
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list