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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libspeex/lsp.c')
-rw-r--r--libspeex/lsp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libspeex/lsp.c b/libspeex/lsp.c
index a73d883..7e63dbc 100644
--- a/libspeex/lsp.c
+++ b/libspeex/lsp.c
@@ -122,6 +122,7 @@ Heavily modified by Jean-Marc Valin (c) 2002-2006 (fixed-point,
#endif
+#ifndef DISABLE_ENCODER
/*---------------------------------------------------------------------------*\
@@ -387,6 +388,7 @@ int lpc_to_lsp (spx_coef_t *a,int lpcrdr,spx_lsp_t *freq,int nb,spx_word16_t del
return(roots);
}
+#endif /* DISABLE_ENCODER */
/*---------------------------------------------------------------------------*\
FUNCTION....: lsp_to_lpc()