summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-15 19:45:48 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-15 19:45:48 +0000
commit4f99f932689523dd2a77656ca1b75e00178c3559 (patch)
treeeef828a759036c6f3b405b48e5d8577e3ae629fa /doc/ffmpeg-doc.texi
parent57004ff1d71d8a592cf8d3a268526c4e10ebe976 (diff)
Mention configure parameters for enabling AMR.
Originally committed as revision 8743 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index e0067aadd2..da3738fc5b 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -801,7 +801,8 @@ fixed-point mode) reference decoders and encoders.
@item For AMR WB floating-point and AMR NB floating point support, go to
@url{http://www.penguin.cz/~utx/amr} and follow the instructions for building
-the libraries.
+the libraries. Pass @code{--enable-amr-nb} and/or @code{--enable-amr-wb} to
+configure to enable the libraries.
@item For AMR NB fixed-point download TS26.073 REL-6 V6.0.0 from
@url{http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-600.zip}
@@ -809,6 +810,7 @@ and extract the source to the directory @file{libavcodec/amr}.
You must also add @code{-DMMS_IO} to @code{CFLAGS} in
@file{libavcodec/amr/makefile}, i.e.
``@code{CFLAGS = -Wall -pedantic-errors -I. $(CFLAGS_$(MODE)) -D$(VAD) -DMMS_IO}''.
+Pass @code{--enable-amr-nb-fixed} to configure to enable it.
@end itemize