aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2009-06-20 05:39:30 +0000
committerTravis Howell2009-06-20 05:39:30 +0000
commit114f67284e75c6351252e0596e98c2616b927c29 (patch)
tree46a9e49a4a594ecb3c19e556bb3c1fd5075674eb
parentc0c0aed4880763bd5a1fc15a7138a5e2c4f1d904 (diff)
downloadscummvm-rg350-114f67284e75c6351252e0596e98c2616b927c29.tar.gz
scummvm-rg350-114f67284e75c6351252e0596e98c2616b927c29.tar.bz2
scummvm-rg350-114f67284e75c6351252e0596e98c2616b927c29.zip
Update.
svn-id: r41698
-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