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

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Sat Jun 16 23:14:21 CEST 2007


Revision: 27497
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27497&view=rev
Author:   djwillis
Date:     2007-06-16 14:14:21 -0700 (Sat, 16 Jun 2007)

Log Message:
-----------
Update GP2X configure rules to support the new ARM ASM mixer code (i.e. USE_ARM_SOUND_ASM) it has been in my local tree for some time and works well with the port. 

Also fix typo that has been bugging me for a while ;). 2 spaces between Broken Sword 1 and (without mpeg2 cutscenes) on the echo statements.

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2007-06-16 20:58:34 UTC (rev 27496)
+++ scummvm/trunk/configure	2007-06-16 21:14:21 UTC (rev 27497)
@@ -731,7 +731,7 @@
 			;;
  		gp2x)
  			echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
- 			DEFINES="$DEFINES -DUNIX -DGP2X"
+ 			DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM"
  			_def_endianness='#define SCUMM_LITTLE_ENDIAN'
  			_def_align='#define SCUMM_NEED_ALIGNMENT'
  			type_1_byte='char'
@@ -1324,7 +1324,7 @@
 	if test "$_mpeg2" = yes ; then
 		echo " (w/ mpeg2 cutscenes)"
 	else
-		echo "  (without mpeg2 cutscenes)"
+		echo " (without mpeg2 cutscenes)"
 	fi
 fi
 if test "$_build_sword2" = yes ; then


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