aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common4
-rwxr-xr-xconfigure2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 858839a05a..522fa7c809 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -37,8 +37,8 @@ ifdef DISABLE_SCALERS
DEFINES += -DDISABLE_SCALERS
endif
-ifdef ENABLE_16BIT
-DEFINES += -DENABLE_16BIT
+ifdef ENABLE_RGB_COLOR
+DEFINES += -DENABLE_RGB_COLOR
endif
ifdef DISABLE_HQ_SCALERS
diff --git a/configure b/configure
index fb7c646f3a..163d582b3d 100755
--- a/configure
+++ b/configure
@@ -1562,7 +1562,7 @@ add_to_config_mk_if_yes "$_mt32emu" 'USE_MT32EMU = 1'
#
# Check whether 16bit color support is requested
#
-add_to_config_mk_if_yes "$_16bit" 'ENABLE_16BIT = 1'
+add_to_config_mk_if_yes "$_16bit" 'ENABLE_RGB_COLOR = 1'
#
# Check whether to enable the (hq) scalers