summaryrefslogtreecommitdiff
path: root/doc/platform.texi
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-27 18:38:59 +0000
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-28 16:30:53 -0400
commit583661ee0dfc2e6f80a9a1ca473106c281f3c4a4 (patch)
tree032ea3b0fcebc8b40b46e929cf3ec9256dd22c17 /doc/platform.texi
parentc0209facd2681cfa35132eced3af3479203bed67 (diff)
doc/platform: Mention MinGW-w64
This is the toolchain most use to build. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r--doc/platform.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 3813d313e0..597170ed40 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -82,10 +82,11 @@ the FFmpeg Windows Help Forum at
@section Native Windows compilation
-FFmpeg 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.
+FFmpeg 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.
FFmpeg 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