aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCameron Cawley2019-08-15 17:42:32 +0100
committerGitHub2019-08-15 17:42:32 +0100
commit1e6e6c1e1a0e8401161358662046e57c2c237622 (patch)
treea5c327f48c7072b0e3834e1e1c97f5f922790f7d /configure
parent54c465ef17adeb7ecebdc8b9d3573e772437d034 (diff)
downloadscummvm-rg350-1e6e6c1e1a0e8401161358662046e57c2c237622.tar.gz
scummvm-rg350-1e6e6c1e1a0e8401161358662046e57c2c237622.tar.bz2
scummvm-rg350-1e6e6c1e1a0e8401161358662046e57c2c237622.zip
DS: Disable Bink and Lua
This should help to reduce the size of the main executable.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 7f6fa68823..8b70ad5250 100755
--- a/configure
+++ b/configure
@@ -3159,6 +3159,8 @@ if test -n "$_host"; then
_build_scalers=no
_mt32emu=no
_nuked_opl=no
+ _bink=no
+ _lua=no
_port_mk="backends/platform/ds/ds.mk"
;;
gamecube)