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>2020-04-14 01:51:48 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2020-04-21 05:47:56 +0300
commita0e14e7117fbb05e0ebcfd891188746096531d02 (patch)
tree5710a1e24ab4e7007e1908587df20a5f291a0e94 /Makefile.am
parent7628d844b4a0435c676fbe9ef03b3c2f8bf3eb5f (diff)
cmake - Add variable length detection and alloca detection
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
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 7f905b09..470b8e70 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -217,6 +217,8 @@ EXTRA_DIST = opus.pc.in \
opus_functions.cmake \
opus_sources.cmake \
OpusConfig.cmake.in \
+ cmake/CFeatureCheck.cmake \
+ cmake/vla.c \
tests/run_vectors.sh \
celt/arm/arm2gnu.pl \
celt/arm/celt_pitch_xcorr_arm.s \