aboutsummaryrefslogtreecommitdiff
path: root/graphics/module.mk
diff options
context:
space:
mode:
authorJohannes Schickel2010-03-08 23:56:59 +0000
committerJohannes Schickel2010-03-08 23:56:59 +0000
commit6dacac2187e999f06a7bae04dda609669c8c3440 (patch)
treef6c332dfb8795a4152e48038562b8bbfb386a545 /graphics/module.mk
parentbc2b90f43bb558bd5e0fcdc470499e4fc65ebcbb (diff)
downloadscummvm-rg350-6dacac2187e999f06a7bae04dda609669c8c3440.tar.gz
scummvm-rg350-6dacac2187e999f06a7bae04dda609669c8c3440.tar.bz2
scummvm-rg350-6dacac2187e999f06a7bae04dda609669c8c3440.zip
Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matches all the external library use too).
svn-id: r48208
Diffstat (limited to 'graphics/module.mk')
-rw-r--r--graphics/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/module.mk b/graphics/module.mk
index 378ec97747..fde78b130a 100644
--- a/graphics/module.mk
+++ b/graphics/module.mk
@@ -53,7 +53,7 @@ MODULE_OBJS += \
scaler/hq2x.o \
scaler/hq3x.o
-ifdef HAVE_NASM
+ifdef USE_NASM
MODULE_OBJS += \
scaler/hq2x_i386.o \
scaler/hq3x_i386.o