From 6dacac2187e999f06a7bae04dda609669c8c3440 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 8 Mar 2010 23:56:59 +0000 Subject: Conistenlty use USE_NASM instead of using HAVE_NASM in config.mk (this matches all the external library use too). svn-id: r48208 --- graphics/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/module.mk') 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 -- cgit v1.2.3