diff options
author | Max Horn | 2009-09-25 11:21:56 +0000 |
---|---|---|
committer | Max Horn | 2009-09-25 11:21:56 +0000 |
commit | 399c511f908b5e6cc6bf13f926c12e0ca3470060 (patch) | |
tree | 685691f4a54bd8464d5979548cf4bf5b02528da1 /configure | |
parent | 761d0e53f9ca089c730e9e308256caab3a6384ce (diff) | |
download | scummvm-rg350-399c511f908b5e6cc6bf13f926c12e0ca3470060.tar.gz scummvm-rg350-399c511f908b5e6cc6bf13f926c12e0ca3470060.tar.bz2 scummvm-rg350-399c511f908b5e6cc6bf13f926c12e0ca3470060.zip |
Part of patch #2850021: disable hq-scaler&mt32emu for motoezx&motomagx-platform
svn-id: r44341
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1275,6 +1275,8 @@ if test -n "$_host"; then add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1' add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1' _backend="linuxmoto" + _build_hq_scalers="no" + _mt32emu="no" ;; motomagx) echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes" @@ -1292,6 +1294,8 @@ if test -n "$_host"; then add_line_to_config_mk 'USE_ARM_COSTUME_ASM = 1' add_line_to_config_mk 'USE_ARM_SCALER_ASM = 1' _backend="linuxmoto" + _build_hq_scalers="no" + _mt32emu="no" ;; bfin*) _need_memalign=yes |