summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-24 11:56:19 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-06-24 11:56:19 +0200
commitf925b243818fa320b3c19e4e0554a07b49e8a2be (patch)
tree320b48543a88ebbb351d75c659b762d38c6631e4 /doc
parent978e711b2cacf6d9515f7c5e32e76a4013aec0d2 (diff)
general.texi: clarify with examples what "the FFmpeg libraries" means
Diffstat (limited to 'doc')
-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