[Scummvm-cvs-logs] SF.net SVN: scummvm:[43177] scummvm/branches/branch-1-0-0/backends/platform /wince/Makefile

knakos at users.sourceforge.net knakos at users.sourceforge.net
Sun Aug 9 20:32:27 CEST 2009


Revision: 43177
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43177&view=rev
Author:   knakos
Date:     2009-08-09 18:32:27 +0000 (Sun, 09 Aug 2009)

Log Message:
-----------
removing support for flac (good riddance) and mpeg2. lowering optimization for release

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/backends/platform/wince/Makefile

Modified: scummvm/branches/branch-1-0-0/backends/platform/wince/Makefile
===================================================================
--- scummvm/branches/branch-1-0-0/backends/platform/wince/Makefile	2009-08-09 16:58:04 UTC (rev 43176)
+++ scummvm/branches/branch-1-0-0/backends/platform/wince/Makefile	2009-08-09 18:32:27 UTC (rev 43177)
@@ -50,10 +50,10 @@
 ## Pick which libraries you want to use here
 
 USE_MAD           = 1
-USE_MPEG2         = 1
+#USE_MPEG2         = 1
 #USE_TREMOR        = 1
 USE_TREMOLO       = 1
-USE_FLAC          = 1
+#USE_FLAC          = 1
 USE_ZLIB          = 1
 
 ########################################################################
@@ -113,7 +113,7 @@
 
 CFLAGS :=
 ifndef UNOPTIMIZED_BUILD
-CFLAGS += -O3 -march=armv4 -mtune=xscale
+CFLAGS += -O2 -march=armv4 -mtune=xscale
 endif
 
 LDFLAGS := -Wl,-Map,scummvm.exe.map -Wl,--stack,65536


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