TrustedUser
2,147
edits
m (Remove duplicate link) |
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
||
Line 219: | Line 219: | ||
Note that if you are compiling x64 i.e. for a 64-bit target, then currently (v0.5.1), the following patch is needed: | Note that if you are compiling x64 i.e. for a 64-bit target, then currently (v0.5.1), the following patch is needed: | ||
< | <syntaxhighlight lang="diff"> | ||
--- libvo/video_out_dx.c.orig 2014-02-17 16:38:24.000000000 +0100 | --- libvo/video_out_dx.c.orig 2014-02-17 16:38:24.000000000 +0100 | ||
+++ libvo/video_out_dx.c 2014-02-17 16:39:34.000000000 +0100 | +++ libvo/video_out_dx.c 2014-02-17 16:39:34.000000000 +0100 | ||
Line 258: | Line 258: | ||
Unzip the fluidsynth archive in a folder, open MSYS, go to the fluidsynth folder and apply the following patch: | Unzip the fluidsynth archive in a folder, open MSYS, go to the fluidsynth folder and apply the following patch: | ||
< | <syntaxhighlight lang="diff"> | ||
--- include/fluidsynth.h | --- include/fluidsynth.h | ||
+++ include/fluidsynth.h | +++ include/fluidsynth.h | ||
Line 311: | Line 311: | ||
Unzip the libfaad2 archive in a folder, open MSYS, go to the libfaad2 folder and apply the following patch: | Unzip the libfaad2 archive in a folder, open MSYS, go to the libfaad2 folder and apply the following patch: | ||
< | <syntaxhighlight lang="diff"> | ||
--- frontend/main.c | --- frontend/main.c | ||
+++ frontend/main.c | +++ frontend/main.c |