diff options
author | Martin Storsjö <martin@martin.st> | 2015-07-26 20:23:30 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-07-27 10:44:31 +0300 |
commit | 6d3081e6c374ff7da12b07ed33d1662be1b32dbc (patch) | |
tree | ac5e291ff3455e375093d053ed12d9858c307422 /doc/platform.texi | |
parent | 9e8627a1ff9207b9e272d248da2e1bd0cc6fe2fe (diff) | |
download | ffmpeg-6d3081e6c374ff7da12b07ed33d1662be1b32dbc.tar.gz |
doc: Remove the now unnecessary remark about PATH and link.exe
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r-- | doc/platform.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index edd75770d6..07c857532f 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -168,12 +168,6 @@ Notes: @itemize -@item It is possible that coreutils' @code{link.exe} conflicts with MSVC's linker. -You can find out by running @code{which link} to see which @code{link.exe} you -are using. If it is located at @code{/bin/link.exe}, then you have the wrong one -in your @code{PATH}. Either move or remove that copy, or make sure MSVC's -@code{link.exe} takes precedence in your @code{PATH} over coreutils'. - @item If you wish to build with zlib support, you will have to grab a compatible zlib binary from somewhere, with an MSVC import lib, or if you wish to link statically, you can follow the instructions below to build a compatible |