Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-25 13:01:12 +0300
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2007-11-25 13:01:12 +0300
commitac0212f851a1690318de42069aa67f98a0f1e4a1 (patch)
treeb52cb0c6d6ce1e7e489fc045d29fd12b26f89679 /doc
parentf10a97aa25b8407b8390401cb42733eb7b7b5fd4 (diff)
Documentation on DISABLE_VBR and DISABLE_FLOAT_API
git-svn-id: http://svn.xiph.org/trunk/speex@14228 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.lyx12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/manual.lyx b/doc/manual.lyx
index 671463d..cb7fa2c 100644
--- a/doc/manual.lyx
+++ b/doc/manual.lyx
@@ -1,4 +1,4 @@
-#LyX 1.5.0 created this file. For more info see http://www.lyx.org/
+#LyX 1.5.1 created this file. For more info see http://www.lyx.org/
\lyxformat 276
\begin_document
\begin_header
@@ -1136,7 +1136,13 @@ generally
\series default
faster, but not always.
To compile Speex as fixed-point, you need to pass --fixed-point to the
- configure script or define the FIXED_POINT maccro for the compiler.
+ configure script or define the FIXED_POINT macro for the compiler.
+ As of 1.2beta3, it is now possible to disable the floating-point compatibility
+ API, which means that your code can link without a float emulation library.
+ To do that configure with --disable-float-api or define the DISABLE_FLOAT_API
+ macro.
+ Until the VBR feature is ported to fixed-point, you will also need to configure
+ with --disable-vbr or define DISABLE_VBR.
\end_layout
\begin_layout Standard
@@ -1250,7 +1256,7 @@ Support for stereo (removing stereo.c)
\end_layout
\begin_layout Itemize
-VBR support (vbr.c and a few lines in nb_celp.c)
+VBR support (--disable-vbr or DISABLE_VBR)
\end_layout
\begin_layout Itemize