[Scummvm-cvs-logs] SF.net SVN: scummvm:[41698] scummvm/branches/gsoc2009-16bit

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 20 07:39:30 CEST 2009


Revision: 41698
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41698&view=rev
Author:   Kirben
Date:     2009-06-20 05:39:30 +0000 (Sat, 20 Jun 2009)

Log Message:
-----------
Update.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-16bit/Makefile.common
    scummvm/branches/gsoc2009-16bit/configure

Modified: scummvm/branches/gsoc2009-16bit/Makefile.common
===================================================================
--- scummvm/branches/gsoc2009-16bit/Makefile.common	2009-06-20 05:31:23 UTC (rev 41697)
+++ scummvm/branches/gsoc2009-16bit/Makefile.common	2009-06-20 05:39:30 UTC (rev 41698)
@@ -37,8 +37,8 @@
 DEFINES += -DDISABLE_SCALERS
 endif
 
-ifdef ENABLE_16BIT
-DEFINES += -DENABLE_16BIT
+ifdef ENABLE_RGB_COLOR
+DEFINES += -DENABLE_RGB_COLOR
 endif
 
 ifdef DISABLE_HQ_SCALERS

Modified: scummvm/branches/gsoc2009-16bit/configure
===================================================================
--- scummvm/branches/gsoc2009-16bit/configure	2009-06-20 05:31:23 UTC (rev 41697)
+++ scummvm/branches/gsoc2009-16bit/configure	2009-06-20 05:39:30 UTC (rev 41698)
@@ -1562,7 +1562,7 @@
 #
 # Check whether 16bit color support is requested
 #
-add_to_config_mk_if_yes "$_16bit" 'ENABLE_16BIT = 1'
+add_to_config_mk_if_yes "$_16bit" 'ENABLE_RGB_COLOR = 1'
 
 #
 # Check whether to enable the (hq) scalers


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