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/lpc.c')
-rw-r--r--libspeex/lpc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libspeex/lpc.c b/libspeex/lpc.c
index fd5d382..46cdd21 100644
--- a/libspeex/lpc.c
+++ b/libspeex/lpc.c
@@ -53,6 +53,8 @@
#include "config.h"
#endif
+#ifndef DISABLE_ENCODER
+
#include "lpc.h"
#ifdef BFIN_ASM
@@ -199,3 +201,4 @@ int n
#endif
+#endif /* DISABLE_ENCODER */