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

github.com/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-02-17 22:56:40 +0300
commit6be9697aa05f643dc04e208e708aa35752dbde31 (patch)
treebfe715221ff37ce573f15db297e5518334e040b6
parent056f519590ebafcfbbe77eba746bf6f18cec829d (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