From 3d94d1fba9c2c285da5d876d0c6d28aec799e032 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Thu, 3 Sep 2009 14:27:23 +0000 Subject: Disabled unused scalers for Wii and Gamecube svn-id: r43917 --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') 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' -- cgit v1.2.3