Opened 19 years ago

Closed 19 years ago

Last modified 5 years ago

#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 eriktorbjorn, 19 years ago

Owner: set to aquadran

comment:2 by eriktorbjorn, 19 years ago

By the way, shouldn't it support MP3-compression as well?

comment:3 by eriktorbjorn, 19 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 aquadran, 19 years ago

Status: newclosed

comment:5 by aquadran, 19 years ago

Resolution: fixed

comment:6 by digitall, 5 years ago

Component: Engine: SCUMM
Note: See TracTickets for help on using tickets.