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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2022-02-17 22:56:40 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2022-09-15 21:40:43 +0300
commit72db208f0a95f44f012887c65d301f19a2c50da7 (patch)
tree1d0ce9ef7c3bb55ced6ff9977c5739bfdd3a6038
parentf49cba8881c3aa3ccd16313d98a46a147e71db78 (diff)
Add new PLC files
-rw-r--r--lpcnet_sources.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/lpcnet_sources.mk b/lpcnet_sources.mk
index 5e6674d6..366462d9 100644
--- a/lpcnet_sources.mk
+++ b/lpcnet_sources.mk
@@ -1,4 +1,5 @@
LPCNET_SOURCES = \
+lpcnet/src/burg.c \
lpcnet/src/ceps_codebooks.c \
lpcnet/src/common.c \
lpcnet/src/freq.c \
@@ -8,4 +9,5 @@ lpcnet/src/lpcnet_dec.c \
lpcnet/src/lpcnet_enc.c \
lpcnet/src/lpcnet_plc.c \
lpcnet/src/nnet.c \
-lpcnet/src/nnet_data.c
+lpcnet/src/nnet_data.c \
+lpcnet/src/plc_data.c