aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-02-13 18:41:37 -0500
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2013-02-13 21:35:10 -0500
commit4eede1fca24a24e10befab1716e042beccee8df9 (patch)
treee176b5012dd29536e157871e13c97407d5a40897
parent5479e08cc44a59516d73ae428e38255de98ce89b (diff)
downloadffmpeg-4eede1fca24a24e10befab1716e042beccee8df9.tar.gz
doc/platform: Fix 10l typo
This error was somehow missed for months. (cherry picked from commit 130cefc9dcedea5babc349251fbeec6f037144ac) Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-rw-r--r--doc/platform.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 999a5f19f1..da08962e01 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.