diff options
author | Moritz Barsnick <barsnick@gmx.net> | 2016-10-09 20:51:57 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-10-11 16:57:46 +0200 |
commit | 99d68d462fbd777cfd3fe055d4181a6f7c03fac7 (patch) | |
tree | b40ac1338e710a498c6a7782bee7cb94d70a5c2a /doc/platform.texi | |
parent | 5781256c013ee5be914105bef9fabd90ab7d7e3f (diff) | |
download | ffmpeg-99d68d462fbd777cfd3fe055d4181a6f7c03fac7.tar.gz |
doc: fix various typos and grammar errors
Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/platform.texi')
-rw-r--r-- | doc/platform.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi index 4729d41797..0cce470393 100644 --- a/doc/platform.texi +++ b/doc/platform.texi @@ -173,7 +173,7 @@ earlier, place @code{c99wrap.exe} and @code{c99conv.exe} somewhere in your Next, make sure any other headers and libs you want to use, such as zlib, are located in a spot that the compiler can see. Do so by modifying the @code{LIB} and @code{INCLUDE} environment variables to include the @strong{Windows-style} -paths to these directories. Alternatively, you can try and use the +paths to these directories. Alternatively, you can try to use the @code{--extra-cflags}/@code{--extra-ldflags} configure options. If using MSVC 2012 or earlier, place @code{inttypes.h} somewhere the compiler can see too. |