[Scummvm-cvs-logs] SF.net SVN: scummvm:[48190] scummvm/trunk/graphics/scaler.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Mar 8 11:30:39 CET 2010


Revision: 48190
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48190&view=rev
Author:   fingolfin
Date:     2010-03-08 10:30:39 +0000 (Mon, 08 Mar 2010)

Log Message:
-----------
Move some var declarations into '#ifdef USE_NASM'

Modified Paths:
--------------
    scummvm/trunk/graphics/scaler.cpp

Modified: scummvm/trunk/graphics/scaler.cpp
===================================================================
--- scummvm/trunk/graphics/scaler.cpp	2010-03-08 10:30:23 UTC (rev 48189)
+++ scummvm/trunk/graphics/scaler.cpp	2010-03-08 10:30:39 UTC (rev 48190)
@@ -49,8 +49,6 @@
 #define hqx_green_redBlue_Mask _hqx_green_redBlue_Mask
 #endif
 
-#endif
-
 uint32 hqx_highbits = 0xF7DEF7DE;
 uint32 hqx_lowbits = 0x0821;
 uint32 hqx_low2bits = 0x0C63;
@@ -59,6 +57,8 @@
 uint32 hqx_redBlueMask = 0;
 uint32 hqx_green_redBlue_Mask = 0;
 
+#endif
+
 /**
  * 16bit RGB to YUV conversion table. This table is setup by InitLUT().
  * Used by the hq scaler family.


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