From be0885e9d1edd6963a3060a41fa3b705c84c41f1 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Mon, 10 May 2010 17:25:12 +0000 Subject: Revert r48979. Instead, make the HQ scalers depend on the normal ones. Configure reflects that now. svn-id: r48996 --- graphics/module.mk | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'graphics/module.mk') diff --git a/graphics/module.mk b/graphics/module.mk index 85a1afe3a8..15fbf092b3 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -48,14 +48,7 @@ MODULE_OBJS += \ scaler/Normal2xARM.o endif -endif - ifdef USE_HQ_SCALERS -ifndef USE_SCALERS -MODULE_OBJS += \ - scaler/aspect.o -endif - MODULE_OBJS += \ scaler/hq2x.o \ scaler/hq3x.o @@ -68,5 +61,7 @@ endif endif +endif + # Include common rules include $(srcdir)/rules.mk -- cgit v1.2.3