diff options
author | Max Horn | 2009-11-20 00:13:03 +0000 |
---|---|---|
committer | Max Horn | 2009-11-20 00:13:03 +0000 |
commit | 329516cf283f74d5b2f0f3201e27a9de2555bdd3 (patch) | |
tree | 924afc71a1a5447d5303f0b21b9704a90e431e75 | |
parent | 5c23e28a652ac45a56054f7251789cbe22fa3acc (diff) | |
download | scummvm-rg350-329516cf283f74d5b2f0f3201e27a9de2555bdd3.tar.gz scummvm-rg350-329516cf283f74d5b2f0f3201e27a9de2555bdd3.tar.bz2 scummvm-rg350-329516cf283f74d5b2f0f3201e27a9de2555bdd3.zip |
Fix language in comment
svn-id: r45998
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1551,7 +1551,7 @@ if test -n "$_host"; then _build_hq_scalers="no" _mt32emu="no" # HACK to enable mad & zlib (they are not properly detected due to linker issues). - # The same does not currently for tremor, as the PS2 port the resulting library + # This trick doesn't work for tremor right now, as the PS2 port the resulting library # libtremor, while our code later on expects it to be called libvorbisidec. # TODO: Enable tremor, e.g. by adding -ltremor or by renaming the lib. _mad="yes" |