diff options
author | Stefano Sabatini | 2011-06-24 11:56:19 +0200 |
---|---|---|
committer | Stefano Sabatini | 2011-06-24 11:56:19 +0200 |
commit | f925b243818fa320b3c19e4e0554a07b49e8a2be (patch) | |
tree | 320b48543a88ebbb351d75c659b762d38c6631e4 | |
parent | 978e711b2cacf6d9515f7c5e32e76a4013aec0d2 (diff) |
general.texi: clarify with examples what "the FFmpeg libraries" means
-rw-r--r-- | doc/general.texi | 3 |
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 |