[Scummvm-cvs-logs] SF.net SVN: scummvm:[43579] scummvm/trunk/Makefile.common

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Aug 21 12:00:52 CEST 2009


Revision: 43579
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43579&view=rev
Author:   Kirben
Date:     2009-08-21 10:00:51 +0000 (Fri, 21 Aug 2009)

Log Message:
-----------
Fix 16bit option of configure.

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2009-08-21 09:43:30 UTC (rev 43578)
+++ scummvm/trunk/Makefile.common	2009-08-21 10:00:51 UTC (rev 43579)
@@ -37,6 +37,10 @@
 DEFINES += -DDISABLE_SCALERS
 endif
 
+ifdef ENABLE_RGB_COLOR
+DEFINES += -DENABLE_RGB_COLOR
+endif
+
 ifdef DISABLE_HQ_SCALERS
 DEFINES += -DDISABLE_HQ_SCALERS
 endif


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