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:
Diffstat (limited to 'lpcnet_sources.mk')
-rw-r--r--lpcnet_sources.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/lpcnet_sources.mk b/lpcnet_sources.mk
index 17f04756..b108d8d4 100644
--- a/lpcnet_sources.mk
+++ b/lpcnet_sources.mk
@@ -30,6 +30,10 @@ dnn/nndsp.c \
dnn/lace_data.c \
dnn/nolace_data.c
+LOSSGEN_SOURCES = \
+dnn/lossgen.c \
+dnn/lossgen_data.c
+
DNN_SOURCES_X86_RTCD = dnn/x86/x86_dnn_map.c
DNN_SOURCES_AVX2 = dnn/x86/nnet_avx2.c
DNN_SOURCES_SSE4_1 = dnn/x86/nnet_sse4_1.c