diff options
author | md5 | 2011-05-13 21:09:31 +0300 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-05-21 18:03:47 +0200 |
commit | 5838ef6719f5658dfcb381fbec1ddb7625db58cc (patch) | |
tree | f86b946a0b61bdb4e6397c9a768e292450196733 /audio | |
parent | 92d0216db18c96c97bb4b57ada76cf532838cf5b (diff) | |
download | scummvm-rg350-5838ef6719f5658dfcb381fbec1ddb7625db58cc.tar.gz scummvm-rg350-5838ef6719f5658dfcb381fbec1ddb7625db58cc.tar.bz2 scummvm-rg350-5838ef6719f5658dfcb381fbec1ddb7625db58cc.zip |
SWORD25: Fix compilation when libvorbis is not present
(cherry picked from commit 2d3ad096ab92a6ddcd2b14436937649bbabcd12f)
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 51d0b82d5f..8f02b6e43a 100644 --- a/audio/decoders/vorbis.h +++ b/audio/decoders/vorbis.h @@ -36,6 +36,7 @@ * - scumm * - sword1 * - sword2 + * - sword25 * - touche * - tucker */ |