[FFmpeg-cvslog] doc/platform: Fix 10l typo
Derek Buitenhuis
git at videolan.org
Thu Feb 14 11:22:03 CET 2013
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Wed Feb 13 18:41:37 2013 -0500| [130cefc9dcedea5babc349251fbeec6f037144ac] | committer: Derek Buitenhuis
doc/platform: Fix 10l typo
This error was somehow missed for months.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=130cefc9dcedea5babc349251fbeec6f037144ac
---
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