diff options
author | Fabio Battaglia | 2010-08-02 20:45:17 +0000 |
---|---|---|
committer | Fabio Battaglia | 2010-08-02 20:45:17 +0000 |
commit | e52128706303a3016e3ac0c69a88477c93bfc78c (patch) | |
tree | ce12e755e388976d45759c46ba189aad150ef518 | |
parent | 2b73c50a476a20864f3631e3d3c2ac24710fe3a3 (diff) | |
download | scummvm-rg350-e52128706303a3016e3ac0c69a88477c93bfc78c.tar.gz scummvm-rg350-e52128706303a3016e3ac0c69a88477c93bfc78c.tar.bz2 scummvm-rg350-e52128706303a3016e3ac0c69a88477c93bfc78c.zip |
CONFIGURE: drop hardcoded endianess and hq scalers from n64 section
svn-id: r51659
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1669,11 +1669,9 @@ if test -n "$_host"; then _ar="$_host_alias-ar cru" _ranlib="$_host_alias-ranlib" _backend="n64" - _endian=big _need_memalign=yes _mt32emu=no _vkeybd=yes - _build_hq_scalers=no _build_scalers=no _indeo3=no _translation=no |