From a3e428f6dbfd39c14495909b5e748d8581e3ad2b Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 9 May 2010 11:00:17 +0000 Subject: Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure. svn-id: r48977 --- Makefile.common | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 92073ae2cf..1aa61b1709 100644 --- a/Makefile.common +++ b/Makefile.common @@ -33,15 +33,6 @@ ifdef USE_MT32EMU MODULES += sound/softsynth/mt32 endif -ifdef DISABLE_SCALERS -DEFINES += -DDISABLE_SCALERS -endif - -ifdef DISABLE_HQ_SCALERS -DEFINES += -DDISABLE_HQ_SCALERS -endif - - ###################################################################### # The build rules follow - normally you should have no need to # touch whatever comes after here. -- cgit v1.2.3