aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndre Heider2009-09-03 14:27:23 +0000
committerAndre Heider2009-09-03 14:27:23 +0000
commit3d94d1fba9c2c285da5d876d0c6d28aec799e032 (patch)
treed0ad0bdd3c8e359a4b3942e84221bb83af37041f /configure
parentac078040e1739d29ddc64f85241a238ed3099b54 (diff)
downloadscummvm-rg350-3d94d1fba9c2c285da5d876d0c6d28aec799e032.tar.gz
scummvm-rg350-3d94d1fba9c2c285da5d876d0c6d28aec799e032.tar.bz2
scummvm-rg350-3d94d1fba9c2c285da5d876d0c6d28aec799e032.zip
Disabled unused scalers for Wii and Gamecube
svn-id: r43917
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 01ea8f1358..a157ecc544 100755
--- a/configure
+++ b/configure
@@ -1434,6 +1434,7 @@ if test -n "$_host"; then
type_2_byte='short'
type_4_byte='int'
_backend="wii"
+ _build_scalers="no"
_build_hq_scalers="no"
add_line_to_config_mk 'GAMECUBE = 0'
add_line_to_config_mk 'include $(srcdir)/backends/platform/wii/wii.mk'
@@ -1451,6 +1452,7 @@ if test -n "$_host"; then
type_2_byte='short'
type_4_byte='int'
_backend="wii"
+ _build_scalers="no"
_build_hq_scalers="no"
_mt32emu="no"
add_line_to_config_mk 'GAMECUBE = 1'