#5736 closed defect (fixed)
Missing include in video/mpeg_player.cpp for warning()
Reported by: | SF/philantrop | Owned by: | wjp |
---|---|---|---|
Priority: | normal | Component: | Video |
Version: | Keywords: | build | |
Cc: | Game: |
Description
ScummVM 1.3.0 is missing an include in video/mpeg_player.cpp for textconsole.h because it uses warning() which leads to a compiler error.
Patch attached.
Ticket imported from: #3311446. Ticket imported from: bugs/5736.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | scummvm-1.3.0-warning_header.patch added |
---|
comment:1 by , 13 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 13 years ago
comment:3 by , 6 years ago
Component: | → Video |
---|
Note:
See TracTickets
for help on using tickets.
Thank you. I committed it to branch, but note that mpeg_player has been removed on git master, and is completely unused in 1.3.0. You can skip building it without losing any features, and configure should have it disabled by default.