[Scummvm-cvs-logs] SF.net SVN: scummvm: [29384] scummvm/trunk/configure
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Sat Nov 3 14:23:36 CET 2007
Revision: 29384
http://scummvm.svn.sourceforge.net/scummvm/?rev=29384&view=rev
Author: drmccoy
Date: 2007-11-03 06:23:36 -0700 (Sat, 03 Nov 2007)
Log Message:
-----------
More whitespace fixes
Modified Paths:
--------------
scummvm/trunk/configure
Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure 2007-11-03 12:30:02 UTC (rev 29383)
+++ scummvm/trunk/configure 2007-11-03 13:23:36 UTC (rev 29384)
@@ -986,20 +986,20 @@
bfin*)
_need_memalign=yes
;;
- gp2x)
- echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
- DEFINES="$DEFINES -DUNIX -DGP2X -DUSE_ARM_SOUND_ASM -DUSE_ARM_SMUSH_ASM"
+ gp2x)
+ echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
+ 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'
+ 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"
- ;;
+ _backend="gp2x"
+ _mak_hq_scalers='DISABLE_HQ_SCALERS = 1'
+ _build_hq_scalers="no"
+ ;;
ppc-amigaos)
echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
_endian=big
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