Opened 19 years ago

Closed 19 years ago

Last modified 5 years ago

#7398 closed feature request (fixed)

BS1/2 with missing MPEG2 support

Reported by: SF/dataslayer Owned by: eriktorbjorn
Priority: normal Component: Engine: Sword1
Version: Keywords:
Cc: Game: Broken Sword 1

Description

When ScummVM is compiled without MPEG2 support, you see the "Download Cutscenes on scummvm.org - Narration only" instead of the cutscenes. This message is kinda confusing, I tried to fix the location of the data/video files, but in fact I was missing MPEG2 support. It would be nice to add another message or include a hint like "(MPEG2 support is missing)" if that's the case.

Ticket imported from: #1088761. Ticket imported from: feature-requests/214.

Change History (5)

comment:1 by sev-, 19 years ago

To implement that use

...download cutscene videos" #ifndef USE_MPEG2 " (MPEG2 support is missing)" #endif "";

comment:2 by SF/dataslayer, 19 years ago

I implemented this using sev's hint (thanks sev ^^). I submitted a patch to the patch tracker (1088948).

comment:3 by eriktorbjorn, 19 years ago

Owner: set to eriktorbjorn
Resolution: fixed
Status: newclosed

comment:4 by eriktorbjorn, 19 years ago

The patch has been applied (with minor modifications).

comment:5 by digitall, 5 years ago

Component: Engine: Sword1
Game: Broken Sword 1
Note: See TracTickets for help on using tickets.