From 72db208f0a95f44f012887c65d301f19a2c50da7 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Thu, 17 Feb 2022 14:56:40 -0500 Subject: Add new PLC files --- lpcnet_sources.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1