#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 , 20 years ago
comment:2 by , 20 years ago
I implemented this using sev's hint (thanks sev ^^). I submitted a patch to the patch tracker (1088948).
comment:3 by , 20 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 by , 6 years ago
Component: | → Engine: Sword1 |
---|---|
Game: | → Broken Sword 1 |
Note:
See TracTickets
for help on using tickets.
To implement that use
...download cutscene videos" #ifndef USE_MPEG2 " (MPEG2 support is missing)" #endif "";