]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Mention configure parameters for enabling AMR.
authordiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 15 Apr 2007 19:45:48 +0000 (19:45 +0000)
committerdiego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 15 Apr 2007 19:45:48 +0000 (19:45 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8743 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/ffmpeg-doc.texi

index e0067aadd27d8d5d95a099235028d29de45b7739..da3738fc5b4e336562ce26a31e0102ae7b80946c 100644 (file)
@@ -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