[FFmpeg-cvslog] Fix typo in platform documentation.

Carl Eugen Hoyos git at videolan.org
Thu Nov 1 01:46:10 CET 2012


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Nov  1 01:45:53 2012 +0100| [7139f0e6bef49b64c8432068990454bf3cbe34e9] | committer: Carl Eugen Hoyos

Fix typo in platform documentation.

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

 doc/platform.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/platform.texi b/doc/platform.texi
index 9da8bc8..290f7dd 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -143,7 +143,7 @@ make
 make install
 @end example
 
-If you wish to compile static libraries, add @code{--enable-shared} to your
+If you wish to compile shared libraries, add @code{--enable-shared} to your
 configure options. Note that due to the way MSVC handles DLL imports and
 exports, you cannot compile static and shared libraries at the same time, and
 enabling shared libraries will automatically disable the static ones.



More information about the ffmpeg-cvslog mailing list