[Scummvm-cvs-logs] SF.net SVN: scummvm: [27726] scummvm/trunk/configure

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Tue Jun 26 10:37:40 CEST 2007


Revision: 27726
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27726&view=rev
Author:   djwillis
Date:     2007-06-26 01:37:40 -0700 (Tue, 26 Jun 2007)

Log Message:
-----------
Update GP2X configure rules to support the new ARM ASM SMUSH code.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2007-06-26 08:01:32 UTC (rev 27725)
+++ scummvm/trunk/configure	2007-06-26 08:37:40 UTC (rev 27726)
@@ -760,12 +760,14 @@
 			;;
  		gp2x)
  			echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
- 			DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM"
+ 			DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM -DUSE_ARM_SMUSH_ASM"
 			_endian=little
 			_need_memalign=yes
  			type_1_byte='char'
  			type_2_byte='short'
  			type_4_byte='int'
+			add_line_to_config_mk 'USE_ARM_SOUND_ASM = 1'
+			add_line_to_config_mk 'USE_ARM_SMUSH_ASM = 1'
  			_backend="gp2x"
  			_mak_hq_scalers='DISABLE_HQ_SCALERS = 1'
  			_build_hq_scalers="no"


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