diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-27 18:38:59 +0000 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-09-28 15:27:13 -0400 |
commit | 6a3078bb89b7cd37953d7f561db0b19d38b6396d (patch) | |
tree | 08a835a87bfc72535c39eb2fb308061585be26b4 /doc/platform.texi | |
parent | 791b5954bc8fe7c0077d7eb959ebd17e40d0a7c6 (diff) | |
download | ffmpeg-6a3078bb89b7cd37953d7f561db0b19d38b6396d.tar.gz |
doc/platform: Mention MinGW-w64
This is the toolchain most, including Libav's nightlies, use to build.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r-- | doc/platform.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 0ed8e07637..271f1092fd 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -77,10 +77,11 @@ For information about compiling Libav on OS/2 see @section Native Windows compilation -Libav can be built to run natively on Windows using the MinGW tools. Install -the latest versions of MSYS and MinGW from @url{http://www.mingw.org/}. -You can find detailed installation -instructions in the download section and the FAQ. +Libav can be built to run natively on Windows using the MinGW or MinGW-w64 +toolchains. Install the latest versions of MSYS and MinGW or MinGW-w64 from +@url{http://www.mingw.org/} or @url{http://mingw-w64.sourceforge.net/}. +You can find detailed installation instructions in the download section and +the FAQ. Libav does not build out-of-the-box with the packages the automated MinGW installer provides. It also requires coreutils to be installed and many other |