| 16 | | * MingwCompilationGuide -- MinGW Compilation Guide for compiling FFmpeg with Windows/MinGW |
| 17 | | * [http://ffmpeg.zeranoe.com/blog/ Cross compile] -- Cross compiling for windows is sometimes easier than using MinGW. Zeranoe has a script for setting up the cross compiler, then you can use it to [http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=19&t=459 compile ffmpeg and its libs]. |
| | 16 | * MingwCompilationGuide -- MinGW Compilation Guide for compiling FFmpeg with Windows/MinGW/MSYS. |
| | 17 | * [CrossCompilingForWindows] -- Cross compiling for windows is sometimes easier than using MSYS+MinGW. |
| | 18 | Compiling FFmpeg using MSVC is basically impossible and unsupported, however, you can consume the mingw builds (DLL or static) in an MSVC project. |