diff options
author | Travis Howell | 2009-06-20 05:39:30 +0000 |
---|---|---|
committer | Travis Howell | 2009-06-20 05:39:30 +0000 |
commit | 114f67284e75c6351252e0596e98c2616b927c29 (patch) | |
tree | 46a9e49a4a594ecb3c19e556bb3c1fd5075674eb | |
parent | c0c0aed4880763bd5a1fc15a7138a5e2c4f1d904 (diff) | |
download | scummvm-rg350-114f67284e75c6351252e0596e98c2616b927c29.tar.gz scummvm-rg350-114f67284e75c6351252e0596e98c2616b927c29.tar.bz2 scummvm-rg350-114f67284e75c6351252e0596e98c2616b927c29.zip |
Update.
svn-id: r41698
-rw-r--r-- | Makefile.common | 4 | ||||
-rwxr-xr-x | configure | 2 |
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 @@ -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 |