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:
authorMarcus Asteborg <maastebo@microsoft.com>2022-07-07 07:35:16 +0300
committerMark Harris <mark.hsj@gmail.com>2022-07-08 08:07:33 +0300
commit510e1029b45aa01a7047e5b3b82169be40911b96 (patch)
tree862a8e1b774311edb4b2beab2ede4b400623896d /Makefile.am
parenta80e9e9533d4edeaae282b82f77b8bd8a4903eca (diff)
cmake - fix rtcd detection on x86 non windows
Signed-off-by: Mark Harris <mark.hsj@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 70a2ebfa..e1f8c2c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -225,6 +225,8 @@ EXTRA_DIST = opus.pc.in \
cmake/RunTest.cmake \
cmake/config.h.cmake.in \
cmake/vla.c \
+ cmake/cpu_info_by_asm.c \
+ cmake/cpu_info_by_c.c \
meson/get-version.py \
meson/read-sources-list.py \
meson.build \