TrustedUser
2,147
edits
(→Special Instructions for Libraries: Add libtheora instructions.) |
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=") |
||
Line 17: | Line 17: | ||
We used the following patch when compiling SDL 1.2, which is required for x64 support. The patch was gladly taken from the SDL mailing list. | We used the following patch when compiling SDL 1.2, which is required for x64 support. The patch was gladly taken from the SDL mailing list. | ||
< | <syntaxhighlight lang="diff"> | ||
--- src/video/windx5/SDL_dx5video.c Tue Oct 13 00:07:16 2009 | --- src/video/windx5/SDL_dx5video.c Tue Oct 13 00:07:16 2009 | ||
+++ src/video/windx5/SDL_dx5video.c Tue Nov 03 21:14:38 2009 | +++ src/video/windx5/SDL_dx5video.c Tue Nov 03 21:14:38 2009 | ||
Line 92: | Line 92: | ||
You will also need to apply the following patch to mad.h: | You will also need to apply the following patch to mad.h: | ||
< | <syntaxhighlight lang="diff"> | ||
--- mad.h Tue Nov 03 18:29:06 2009 | --- mad.h Tue Nov 03 18:29:06 2009 | ||
+++ mad.h Tue Nov 03 18:29:14 2009 | +++ mad.h Tue Nov 03 18:29:14 2009 | ||
Line 114: | Line 114: | ||
We used the following patch when compiling libfaad to adjust for changes in the MSVC runtime: | We used the following patch when compiling libfaad to adjust for changes in the MSVC runtime: | ||
< | <syntaxhighlight lang="diff"> | ||
diff -ru '--exclude=*vcx*' '--exclude=*sln*' sources.orig/faad2-2.7/libfaad/common.h sources/faad2-2.7/libfaad/common.h | diff -ru '--exclude=*vcx*' '--exclude=*sln*' sources.orig/faad2-2.7/libfaad/common.h sources/faad2-2.7/libfaad/common.h | ||
--- sources.orig/faad2-2.7/libfaad/common.h 2009-02-05 01:51:03.000000000 +0100 | --- sources.orig/faad2-2.7/libfaad/common.h 2009-02-05 01:51:03.000000000 +0100 |