1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

general.texi: clarify with examples what "the FFmpeg libraries" means

This commit is contained in:
Stefano Sabatini 2011-06-24 11:56:19 +02:00
parent 978e711b2c
commit f925b24381

View File

@ -854,7 +854,8 @@ where SDL was installed. Verify that @file{sdl-config} can be launched from
the MSYS command line. the MSYS command line.
@item By using @code{./configure --enable-shared} when configuring FFmpeg, @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 @end itemize