Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio/Compiling Libraries"

→‎Special Instructions for Libraries: Add libtheora instructions.
(Update library instructions.)
(→‎Special Instructions for Libraries: Add libtheora instructions.)
Line 74: Line 74:
'''Note''': You need to assure that the headers (and libraries in case you build a dynamically linked libvorbis) of libogg are in the paths MSVC searches.
'''Note''': You need to assure that the headers (and libraries in case you build a dynamically linked libvorbis) of libogg are in the paths MSVC searches.


'''Note''': The static solution can be bugged and produce a library named "libvorbisfile.lib" instead of "libvorbisfile_static.lib". You will need to fix the target name in the project file settings.
'''Note''': The static solution can be bugged and produce a library named "libvorbisfile.lib" instead of "libvorbisfile_static.lib". You will need to fix the target name in the project settings.


'''Note''': You'll need vorbis, vorbisfile and also vorbisenc for ScummVM tools.
'''Note''': You'll need vorbis, vorbisfile and also vorbisenc for ScummVM tools.
=== libtheora ===
You will need to use the "libtheora_static" solution.
'''Note''': The static solution can be bugged and produce a library named "libtheora.lib" instead of "libtheora_static.lib". You will need to fix the target name in the project settings.


=== libmad ===
=== libmad ===
561

edits