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-18 10:13:18 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-11-18 10:13:18 +0300
commit3a7056b8902c180275d41c943107fb1b1fde4bfb (patch)
tree469eda5382d7d4355d9aea1f3766b1317d9d278b
parent4918d0277b31010ffcaf4895c68eac57448d9d68 (diff)
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 63180bd9..a3161e82 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -426,6 +426,7 @@ endif
if HAVE_AVX2
AVX2_OBJ = $(CELT_SOURCES_AVX2:.c=.lo) \
+ $(SILK_SOURCES_AVX2:.c=.lo) \
$(DNN_SOURCES_AVX2:.c=.lo)
$(AVX2_OBJ): CFLAGS += $(OPUS_X86_AVX2_CFLAGS)
endif