#1911 closed defect (fixed)
Digital iMUSE won't compile without Vorbis support
Reported by: | eriktorbjorn | Owned by: | aquadran |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
Currently it's not possible to compile ScummVM without Vorbis support, because Digital iMUSE calls makeVorbisStream().
I don't know enough about Digital iMUSE to know how to deal with this gracefully. Obviously makeVorbisStream() has to be inside an #ifdef USE_VORBIS ... #endif block, but what else? We don't want ScummVM to crash in this situation. At least not without a proper error message.
Ticket imported from: #1111337. Ticket imported from: bugs/1911.
Change History (6)
comment:1 by , 20 years ago
Owner: | set to |
---|
comment:2 by , 20 years ago
comment:3 by , 20 years ago
Never mind, it does support MP3-compression now.
The compilation problem probably remains though, and now it'll require both MP3 and Vorbis support to compile.
comment:4 by , 20 years ago
Status: | new → closed |
---|
comment:5 by , 20 years ago
Resolution: | → fixed |
---|
comment:6 by , 6 years ago
Component: | → Engine: SCUMM |
---|
By the way, shouldn't it support MP3-compression as well?