summaryrefslogtreecommitdiff
path: root/doc/ffmpeg-doc.texi
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-12 11:07:10 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-12 11:07:10 +0000
commitef4e31d491a8054115377e01657e5b7de5233d20 (patch)
treef16d21f8b014fc0e6e4f890e970b83ead07b0be3 /doc/ffmpeg-doc.texi
parent6056c939fcf82ec50b949156dedc74058b631d7a (diff)
typo
Originally committed as revision 8719 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r--doc/ffmpeg-doc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
index d28bddf070..2f5527c09c 100644
--- a/doc/ffmpeg-doc.texi
+++ b/doc/ffmpeg-doc.texi
@@ -805,7 +805,7 @@ 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}
and extract the source to the directory @file{libavcodec/amr}.
-You must also add @code{-DMMS_IO} from @code{CFLAGS} in
+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}''.