diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-01-09 23:43:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-01-09 23:43:57 +0000 |
commit | c562c4da89831ee5cf9fd37136586f3644e2aae1 (patch) | |
tree | a5fa0ee8f06f4e00181abc45c24958763cfd6196 | |
parent | 7f965c1c896e7ea6ec249e042147f3eb905bda7b (diff) | |
download | ffmpeg-c562c4da89831ee5cf9fd37136586f3644e2aae1.tar.gz |
something unimportant ...
Originally committed as revision 2682 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/amr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/amr.c b/libavcodec/amr.c index e8da4fd8ac..6ce897173a 100644 --- a/libavcodec/amr.c +++ b/libavcodec/amr.c @@ -29,7 +29,7 @@ The fixed-point (TS26.073) can be downloaded from: http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip Extract the soure into ffmpeg/libavcodec/amr - To use the fixed version run "./configure" with "--enable-amr-nb-fixed" + To use the fixed version run "./configure" with "--enable-amr_nb-fixed" The float version (default) can be downloaded from: http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip @@ -43,7 +43,7 @@ The reference code can be downloaded from: http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip It should be extracted to "libavcodec/amrwb_float". Enable it with - "--enable-amr-wb". + "--enable-amr_wb". The specification for amr-wb can be downloaded from: http://www.3gpp.org/ftp/Specs/archive/26_series/26.171/26171-500.zip |