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@jmvalin.ca>2012-07-05 09:28:45 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2012-07-13 22:50:37 +0400
commitc5880fe48bdeb5ae40ceeb679b9c1a633448fab4 (patch)
tree594a880505348de08ef339a82770af8b2a5a2c99 /opus_sources.mk
parent5d34794d8f595430c936d5f880a29a9fb4cd7383 (diff)
Builds the analysis files more cleanly than #including C files
Diffstat (limited to 'opus_sources.mk')
-rw-r--r--opus_sources.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/opus_sources.mk b/opus_sources.mk
index 384b036a..81eaef06 100644
--- a/opus_sources.mk
+++ b/opus_sources.mk
@@ -3,3 +3,8 @@ src/opus_decoder.c \
src/opus_encoder.c \
src/opus_multistream.c \
src/repacketizer.c
+
+OPUS_SOURCES_FLOAT = \
+src/analysis.c \
+src/mlp.c \
+src/mlp_data.c