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:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-24 13:56:19 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-24 13:56:19 +0400
commitf925b243818fa320b3c19e4e0554a07b49e8a2be (patch)
tree320b48543a88ebbb351d75c659b762d38c6631e4 /doc/general.texi
parent978e711b2cacf6d9515f7c5e32e76a4013aec0d2 (diff)
general.texi: clarify with examples what "the FFmpeg libraries" means
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 8104fb7477..8e3d4af706 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -854,7 +854,8 @@ where SDL was installed. Verify that @file{sdl-config} can be launched from
the MSYS command line.
@item By using @code{./configure --enable-shared} when configuring FFmpeg,
-you can build the FFmpeg libraries as DLLs.
+you can build the FFmpeg libraries (e.g. libavutil, libavcodec,
+libavformat) as DLLs.
@end itemize