[FFmpeg-cvslog] doc/platform: Fix 10l typo

Derek Buitenhuis git at videolan.org
Thu Feb 14 13:55:21 CET 2013


ffmpeg | branch: release/1.1 | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Wed Feb 13 18:41:37 2013 -0500| [4eede1fca24a24e10befab1716e042beccee8df9] | committer: Derek Buitenhuis

doc/platform: Fix 10l typo

This error was somehow missed for months.

(cherry picked from commit 130cefc9dcedea5babc349251fbeec6f037144ac)
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>

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

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

diff --git a/doc/platform.texi b/doc/platform.texi
index 999a5f1..da08962 100644
--- a/doc/platform.texi
+++ b/doc/platform.texi
@@ -137,7 +137,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