diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-05-27 13:33:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-05-27 13:33:40 +0000 |
commit | 197b07f360cc692fcfd36007af9a3190c9928b96 (patch) | |
tree | 8e965d21fe7ec60dc79a92123110646a0769ffde | |
parent | 8a59d9a385eaad3e246481417dcd06d4a2b53682 (diff) | |
download | ffmpeg-197b07f360cc692fcfd36007af9a3190c9928b96.tar.gz |
--enable-amr-* --> -- enable-libamr-*
Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/ffmpeg-doc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index f6060106d4..40a158327d 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -850,8 +850,8 @@ AMR WB (floating-point mode) and the AMR NB (floating-point mode) reference decoders and encoders. Go to @url{http://www.penguin.cz/~utx/amr} and follow the instructions for -installing the libraries. Then pass @code{--enable-amr-nb} and/or -@code{--enable-amr-wb} to configure to enable the libraries. +installing the libraries. Then pass @code{--enable-libamr-nb} and/or +@code{--enable-libamr-wb} to configure to enable the libraries. @chapter Supported File Formats and Codecs |