#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 , 14 years ago
Owner: | set to |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 14 years ago
comment:3 by , 6 years ago
Component: | → Port: Win32 |
---|
Note:
See TracTickets
for help on using tickets.
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.