[FFmpeg-cvslog] doc/platform: Move a caveat down to the notes section

Derek Buitenhuis git at videolan.org
Sun Oct 21 16:19:08 CEST 2012


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Fri Oct 19 14:19:26 2012 -0400| [f2a7236d0c73050e59606f3c7f2fafcaa1ecb91a] | committer: Derek Buitenhuis

doc/platform: Move a caveat down to the notes section

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2a7236d0c73050e59606f3c7f2fafcaa1ecb91a
---

 doc/platform.texi |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/platform.texi b/doc/platform.texi
index 3bb9f79..b692475 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -120,11 +120,6 @@ you want to run @uref{fate.html, FATE}.
 To set up a proper MSVC environment in MSYS, you simply need to run
 @code{msys.bat} from the Visual Studio command prompt.
 
-Caveat: Run @code{which link} to see which link you are using. If it is located
-at @code{/bin/link.exe}, then you have the wrong link in your @code{PATH}.
-Either move/remove that copy, or make sure MSVC's link.exe is higher up in your
- at code{PATH} than coreutils'.
-
 Place @code{c99wrap.exe}, @code{c99conv.exe}, and @code{yasm.exe} somewhere
 in your @code{PATH}.
 
@@ -146,6 +141,12 @@ Notes:
 
 @itemize
 
+ at 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
+ at 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



More information about the ffmpeg-cvslog mailing list