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>2023-10-18 07:43:03 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-10-18 07:43:03 +0300
commit0e397a7241a8dd0021acc0677c80c222c5156440 (patch)
tree01a8978c925fba4b4b570b59bb80d77960712e63 /lpcnet_headers.mk
parentaca04ce269eb1e91f353504ed69e15ee3b60fde2 (diff)
Making the build possible without the models
No dependency on the data files if no DNN code enabled
Diffstat (limited to 'lpcnet_headers.mk')
-rw-r--r--lpcnet_headers.mk20
1 files changed, 11 insertions, 9 deletions
diff --git a/lpcnet_headers.mk b/lpcnet_headers.mk
index f09adf16..c4c8f7d4 100644
--- a/lpcnet_headers.mk
+++ b/lpcnet_headers.mk
@@ -1,9 +1,4 @@
-LPCNET_HEAD = \
-silk/dred_coding.h \
-silk/dred_config.h \
-silk/dred_decoder.h \
-silk/dred_encoder.h \
-dnn/dred_rdovae.h \
+DEEP_PLC_HEAD = \
dnn/lpcnet.h \
dnn/burg.h \
dnn/common.h \
@@ -17,11 +12,18 @@ dnn/tansig_table.h \
dnn/vec.h \
dnn/vec_avx.h \
dnn/vec_neon.h \
+dnn/pitchdnn.h \
+dnn/pitchdnn_data.h
+
+DRED_HEAD = \
+silk/dred_coding.h \
+silk/dred_config.h \
+silk/dred_decoder.h \
+silk/dred_encoder.h \
+dnn/dred_rdovae.h \
dnn/dred_rdovae_constants.h \
dnn/dred_rdovae_enc.h \
dnn/dred_rdovae_enc_data.h \
dnn/dred_rdovae_dec.h \
dnn/dred_rdovae_dec_data.h \
-dnn/dred_rdovae_stats_data.h \
-dnn/pitchdnn.h \
-dnn/pitchdnn_data.h
+dnn/dred_rdovae_stats_data.h