aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler.cpp
diff options
context:
space:
mode:
authorMax Horn2010-03-08 10:30:39 +0000
committerMax Horn2010-03-08 10:30:39 +0000
commitdeec3408a1b6e40144fc3b6cf75fa701d7e7f774 (patch)
tree08abc2fafc0f9cb72ee5cc14517f70192cf33a7e /graphics/scaler.cpp
parenta558e60fec492d837f05a5b0e3a62b40b48e7964 (diff)
downloadscummvm-rg350-deec3408a1b6e40144fc3b6cf75fa701d7e7f774.tar.gz
scummvm-rg350-deec3408a1b6e40144fc3b6cf75fa701d7e7f774.tar.bz2
scummvm-rg350-deec3408a1b6e40144fc3b6cf75fa701d7e7f774.zip
Move some var declarations into '#ifdef USE_NASM'
svn-id: r48190
Diffstat (limited to 'graphics/scaler.cpp')
-rw-r--r--graphics/scaler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/scaler.cpp b/graphics/scaler.cpp
index e9eeb71fe3..65e32cd2c2 100644
--- a/graphics/scaler.cpp
+++ b/graphics/scaler.cpp
@@ -49,8 +49,6 @@ extern "C" {
#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_greenMask = 0;
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.