diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-04-12 11:15:23 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-04-12 11:15:23 +0000 |
commit | 7bb932062e4ce35b9a79769cf61ecf50523687f0 (patch) | |
tree | 39d24c94155d3ee6d1d05789235827b070557c76 | |
parent | 79f20349cee065c6db1bab26cfd1ea89f6bc53ce (diff) | |
download | ffmpeg-7bb932062e4ce35b9a79769cf61ecf50523687f0.tar.gz |
Add a note about how to enable external libraries.
Originally committed as revision 8721 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index 2f5527c09c..51ca0ad824 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -788,7 +788,8 @@ It allows almost lossless encoding. @chapter external libraries FFmpeg can be hooked up with a number of external libraries to add support -for more formats. +for more formats. None of them are used by default, their use has to be +explicitly requested by passing the appropriate flags to @file{./configure}. @section AMR |