[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.100,1.101

Marcus Comstedt marcus_c at users.sourceforge.net
Mon Jun 27 14:46:51 CEST 2005


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14077

Modified Files:
	Makefile.common 
Log Message:
Better test for disabled scalers...

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- Makefile.common	14 May 2005 22:56:36 -0000	1.100
+++ Makefile.common	27 Jun 2005 21:44:36 -0000	1.101
@@ -108,6 +108,10 @@
 MODULES += sound/softsynth/mt32
 endif
 
+ifdef DISABLE_SCALERS
+DEFINES += -DDISABLE_SCALERS
+endif
+
 ifdef DISABLE_HQ_SCALERS
 DEFINES += -DDISABLE_HQ_SCALERS
 endif





More information about the Scummvm-git-logs mailing list