Changes between Version 4 and Version 5 of CompilationGuide/CrossCompilingForWindows
- Timestamp:
- Dec 27, 2013, 11:16:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/CrossCompilingForWindows
v4 v5 4 4 5 5 This is sometimes easier than using a "native" compilation in windows because some dependencies' configure scripts accept a cross compiler more readily than a native windows mingw gcc, etc. It also may be "faster" than using mingw's gcc in windows, for whatever reason gcc seems faster in linux. 6 7 = Automated cross compiling environment = 8 9 Some building environments that aim to automatically build the cross compilers and dependencies of FFmpeg are available. These projects include [http://mxe.cc MXE] and [http://win-builds.org Win-builds]. Note that the former is more feature-complete as of Dec 2013 (it has more dependencies for FFmpeg, and it has a ffmpeg package; and it supports OS X as a host machine), while the latter is the official package manager for mingw-w64. 6 10 7 11 = Cross Compiler =
