Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

→‎libmad: add mad.patch link (Thanks to sanguine for hosting!)
(→‎FLAC: add flac.patch file link (thanks to sanguine for hosting).)
(→‎libmad: add mad.patch link (Thanks to sanguine for hosting!))
Line 127: Line 127:
'''Note for x64:''' When you want to build a x64 library for libmad you will need to create your own x64 config for it. You can do so by easy conversion of the existing libmad solution files for x86. For Release mode you will also need to edit the preprocessor definitons via: Properties -> Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions: there you will need to replace "FPM_INTEL" with "FPM_64BIT".
'''Note for x64:''' When you want to build a x64 library for libmad you will need to create your own x64 config for it. You can do so by easy conversion of the existing libmad solution files for x86. For Release mode you will also need to edit the preprocessor definitons via: Properties -> Configuration Properties -> C/C++ -> Preprocessor -> Preprocessor Definitions: there you will need to replace "FPM_INTEL" with "FPM_64BIT".


You will also need to apply the following patch to mad.h: TODO (host it somewhere...)
You will also need to apply the following patch to mad.h: [http://robertmegone.com/scummvm/build/mad.patch mad.patch]


=== FLAC ===
=== FLAC ===
561

edits