X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fplatform.texi;h=54f7bb759582e52c29f124a0f88fdb143c90cf9d;hb=d9f3efd3d611c83a0ceb2f05dc97e9feafc57575;hp=705a68006fb97a42d2b0e970008bb7691533a1fe;hpb=db3e12a828553171f37c98119679316720e4caed;p=ffmpeg diff --git a/doc/platform.texi b/doc/platform.texi index 705a68006fb..54f7bb75958 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -175,12 +175,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