diff options
author | md5 | 2011-05-13 21:09:31 +0300 |
---|---|---|
committer | md5 | 2011-05-13 21:09:31 +0300 |
commit | 2d3ad096ab92a6ddcd2b14436937649bbabcd12f (patch) | |
tree | 854b35fac7f826d19b0246e745b30a6b0d1ddbfa /audio | |
parent | ef96967285cd71e8554b3e9391b32347d5f8350f (diff) | |
download | scummvm-rg350-2d3ad096ab92a6ddcd2b14436937649bbabcd12f.tar.gz scummvm-rg350-2d3ad096ab92a6ddcd2b14436937649bbabcd12f.tar.bz2 scummvm-rg350-2d3ad096ab92a6ddcd2b14436937649bbabcd12f.zip |
SWORD25: Fix compilation when libvorbis is not present
Diffstat (limited to 'audio')
-rw-r--r-- | audio/decoders/vorbis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/decoders/vorbis.h b/audio/decoders/vorbis.h index f7dcad3a12..e3d989e9b8 100644 --- a/audio/decoders/vorbis.h +++ b/audio/decoders/vorbis.h @@ -33,6 +33,7 @@ * - scumm * - sword1 * - sword2 + * - sword25 * - touche * - tucker */ |