diff options
author | Fabio Battaglia | 2010-11-07 12:09:53 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-11-07 12:09:53 +0000 |
commit | f452fe82ad107039ca578b86c97fc781e73f2761 (patch) | |
tree | 8e4b46c7caf3de32872724add7ac2e1f76d9022a /configure | |
parent | 708593c7a03fa3c444d0f15913780e5096d08183 (diff) | |
download | scummvm-rg350-f452fe82ad107039ca578b86c97fc781e73f2761.tar.gz scummvm-rg350-f452fe82ad107039ca578b86c97fc781e73f2761.tar.bz2 scummvm-rg350-f452fe82ad107039ca578b86c97fc781e73f2761.zip |
CONFIGURE: disable libmad for N64 Port
libmad uses more cpu than tremor, and audio stutters more,
also this will save some memory
svn-id: r54114
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1863,7 +1863,7 @@ if test -n "$_host"; then _dynamic_modules=no _plugins_default=static # Force use of libmad, libtremor and zlib - _mad=yes + _mad=no _tremor=yes _zlib=yes _port_mk="backends/platform/n64/n64.mk" |