Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/platform.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/platform.texi b/doc/platform.texi
index 9da8bc88b1..290f7dd58a 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.