diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-22 21:16:40 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-06-23 01:30:37 +0200 |
commit | 1af1b527727ccdfcfec8c02fa4e1ff291e9dd932 (patch) | |
tree | 50d0a6d97ae1f7c8da8e335dc6e3a40404aba6eb /doc | |
parent | 72365be496f845a419dccda09f94b3e11ee26a4d (diff) | |
download | ffmpeg-1af1b527727ccdfcfec8c02fa4e1ff291e9dd932.tar.gz |
general.texi: use "the FFmpeg libraries" in place of enumerating them
Avoid an incomplete listing of the libav* libraries, and the need to
update them again.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index c50e3c8ef9..b6392d76e3 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -854,7 +854,7 @@ 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 libavutil, libavcodec and libavformat as DLLs. +you can build the FFmpeg libraries as DLLs. @end itemize |