Changes between Version 4 and Version 5 of CompilationGuide/MinGW
- Timestamp:
- Sep 12, 2012, 12:56:15 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MinGW
v4 v5 7 7 Note that the only strict requirements for compiling a plain vanilla version of FFmpeg (no external libraries) is MinGW (compilation environment) and git required for downloading and updating the source code. 8 8 9 Also note that sometimes it is easier to cross compile, see CrossCompilingForWindows, and also CrossCompilingForWindows may contain some hints/clues for compiling the various dependencies you'd need.9 Also note that sometimes it is easier to cross compile, see CrossCompilingForWindows, which also may contain some hints/clues for compiling the various dependencies you'd need using mingw, too. 10 10 11 11 == MinGW == … … 37 37 paths. 38 38 39 Also NB that dshow devices need you to use mingw-w64 as the compiler (or cross compiler), so straight MinGW won't have these devices available. 39 40 40 41 === MinGW installation style === … … 223 224 224 225 You can find many resources dedicated to FFmpeg in Windows in: 225 * http://ffmpeg.zeranoe.com/ 226 * http://ffmpeg.zeranoe.com/ 226 227 227 228 arrozcru.org was the "official" Windows/FFmpeg resource before its … … 229 230 * http://ffmpeg.arrozcru.org/wiki/ 230 231 231 At this address you can find a MinGW environment used for MPlayer: 232 This page is a wiki with MinGW compilation instructions: 233 * http://www.ffmpegwindows.org/ 234 235 At this address you can find a MinGW environment used for MPlayer, as well as FFmpeg builds: 232 236 * http://oss.netfarm.it/mplayer-win32.php 233 237 * http://sourceforge.net/projects/mplayer-win32/files/MinGW/MinGW%20BE%20gcc%204.2.5/MinGW-full-gcc-4.2.5-Dec-2010.7z/download