diff options
author | Derek Buitenhuis | 2012-09-27 18:39:00 +0000 |
---|---|---|
committer | Derek Buitenhuis | 2012-09-28 16:31:06 -0400 |
commit | d41906f65d2de95e333e517828f5a037645a461b (patch) | |
tree | abf84c6ea6d354f7232dbd1dcfba620a637461c8 /doc/platform.texi | |
parent | 583661ee0dfc2e6f80a9a1ca473106c281f3c4a4 (diff) |
doc/platform: Remove false claim about MinGW installer
This works just fine, and has for quite a while, using the mingw-get
installer.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r-- | doc/platform.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 597170ed40..eadb68ed00 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -88,21 +88,6 @@ toolchains. Install the latest versions of MSYS and MinGW or MinGW-w64 from 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 -packages updated to the latest version. The minimum versions for some packages -are listed below: - -@itemize -@item bash 3.1 -@item msys-make 3.81-2 (note: not mingw32-make) -@item w32api 3.13 -@item mingw-runtime 3.15 -@end itemize - -FFmpeg automatically passes @code{-fno-common} to the compiler to work around -a GCC bug (see @url{http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37216}). - Notes: @itemize |