Opened 13 years ago

Closed 13 years ago

Last modified 6 years ago

#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)

scummvm-1.3.0-warning_header.patch (644 bytes ) - added by SF/philantrop 13 years ago.

Download all attachments as: .zip

Change History (4)

by SF/philantrop, 13 years ago

comment:1 by wjp, 13 years ago

Owner: set to wjp
Resolution: fixed
Status: newclosed

comment:2 by wjp, 13 years ago

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.

comment:3 by digitall, 6 years ago

Component: Video
Note: See TracTickets for help on using tickets.