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-11-25 11:07:17 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-11-25 11:07:17 +0300
commit5fde219ae7e178b046c53d4b92788de881762629 (patch)
treeda8e8a44c3f28530d3dd8e0960606a4973f30b11
parent904f92d8e93162b65230ee2af5c392cf4d6b530c (diff)
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 312812ec..f99e7c31 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,8 +85,10 @@ if CPU_ARM
if HAVE_RTCD
CELT_SOURCES += $(CELT_SOURCES_ARM_RTCD)
SILK_SOURCES += $(SILK_SOURCES_ARM_RTCD)
+if ENABLE_DEEP_PLC
LPCNET_SOURCES += $(DNN_SOURCES_ARM_RTCD)
endif
+endif
if ENABLE_DEEP_PLC
if HAVE_ARM_DOTPROD