summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-18 09:34:08 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-18 09:34:08 +0000
commit9a79101f1e9586de57e4a95d8b802b90842b60fc (patch)
tree6714e0126a8bf29f7f24cb1aa1d20d887941c398
parentee4c54a313c573042203ec9608e6c39b0769790a (diff)
Remove the build instructions from the doxygen comments, they are duplicated
from the user level documentation and already partially outdated. Originally committed as revision 8749 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/amr.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/libavcodec/amr.c b/libavcodec/amr.c
index 46e42a8f28..bff406cb3a 100644
--- a/libavcodec/amr.c
+++ b/libavcodec/amr.c
@@ -36,18 +36,10 @@
* \subsection Float
* The float version (default) can be downloaded from:
* http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-610.zip
- * Extract the source into \c "ffmpeg/libavcodec/amr_float".
- * Enable it by passing \c "--enable-amr-nb" to \c "./configure".
- * If you try this on Alpha, you may need to change \c "Word32" to
- * \c "int" in \c "amr/typedef.h".
*
* \subsection Fixed-point
* The fixed-point (TS26.073) can be downloaded from:
* http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-600.zip
- * Extract the source into \c "ffmpeg/libavcodec/amr" and add \c "-DMMS_IO" to
- * \c "CFLAGS" in \c "libavcodec/amr/makefile", i.e.
- * \c "CFLAGS = -Wall -pedantic-errors -I. $(CFLAGS_$(MODE)) -D$(VAD) -DMMS_IO".
- * Enable it by passing \c "--enable-amr-nb-fixed" to \c "./configure".
*
* \subsection Specification
* The specification for AMR-NB can be found in TS 26.071
@@ -55,11 +47,10 @@
* info at http://www.3gpp.org/ftp/Specs/html-info/26-series.htm.
*
* \section AMR-WB
+ *
* \subsection Float
* The reference code can be downloaded from:
* http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-600.zip
- * It should be extracted to \c "ffmpeg/libavcodec/amrwb_float".
- * Enable it by passing \c "--enable-amr-wb" to \c "./configure".
*
* \subsection Fixed-point
* If someone wants to use the fixed point version it can be downloaded from: