[Ffmpeg-cvslog] r8743 - trunk/doc/ffmpeg-doc.texi
diego
subversion
Sun Apr 15 21:45:49 CEST 2007
Author: diego
Date: Sun Apr 15 21:45:48 2007
New Revision: 8743
Modified:
trunk/doc/ffmpeg-doc.texi
Log:
Mention configure parameters for enabling AMR.
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi (original)
+++ trunk/doc/ffmpeg-doc.texi Sun Apr 15 21:45:48 2007
@@ -801,7 +801,8 @@ fixed-point mode) reference decoders and
@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
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
More information about the ffmpeg-cvslog
mailing list