diff options
author | Cameron Cawley | 2018-04-07 22:05:52 +0100 |
---|---|---|
committer | Adrian Frühwirth | 2018-04-07 22:09:10 +0000 |
commit | fc00f80e7dc6ea396a5f4756914fc26ecb376a10 (patch) | |
tree | e7aa6b0570de31810da6b8b390c28bc55f374b70 /configure | |
parent | 9dd582180b54172398785e8c6669110576eae55f (diff) | |
download | scummvm-rg350-fc00f80e7dc6ea396a5f4756914fc26ecb376a10.tar.gz scummvm-rg350-fc00f80e7dc6ea396a5f4756914fc26ecb376a10.tar.bz2 scummvm-rg350-fc00f80e7dc6ea396a5f4756914fc26ecb376a10.zip |
JANITORIAL: Fix typo
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4052,7 +4052,7 @@ fi define_in_config_if_yes "$_flac" 'USE_FLAC' echo "$_flac" -# Add the link to ogg only after verbs tremor and flac as it might be used by those. +# Add the link to ogg only after vorbis, tremor and flac as it might be used by those. if test "$_ogg" = yes ; then append_var LIBS "$OGG_LIBS -logg" append_var INCLUDES "$OGG_CFLAGS" |