Opened 13 years ago

Closed 13 years ago

Last modified 5 years ago

#5562 closed defect (invalid)

libtheora and libpng are required though they shouldn't

Reported by: SF/sam92 Owned by: lordhoto
Priority: normal Component: Port: Win32
Version: Keywords: build
Cc: Game:

Description

I disabled engine in create_msvc (selected only stable engines), but still getting error Error 7 fatal error LNK1181: cannot open input file 'libtheora_static.lib' scummvm further investigation shows that libpng is also present as required dependency in the project files. it has to be optional, doesn't it?

Ticket imported from: #3143072. Ticket imported from: bugs/5562.

Change History (3)

comment:1 by lordhoto, 13 years ago

Owner: set to lordhoto
Resolution: invalid
Status: newclosed

comment:2 by lordhoto, 13 years ago

You will need to pass the correct options to disable theoradec and libpng to create_project (i.e. pass "--disable-theora" and "--disable-png"). create_project has no dependancy tracking nor any way to detect what libraries you have installed.

Your bug report rather seems like a feature request anyway, thus I'll close it as invalid.

comment:3 by digitall, 5 years ago

Component: Port: Win32
Note: See TracTickets for help on using tickets.