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>2013-09-07 00:00:39 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-09-07 00:00:39 +0400
commit3ab03e05561f81f0eacac3ee724baac33b89683b (patch)
tree27fa7ce390c3dc47fe43d20ae10d88ce13fe02a5 /Makefile.am
parent91904a4c91eb19abcebe843045f4599ee67adbee (diff)
First pass at making the analysis code run with FIXED_POINT
Code is still float, but at least tonality esitmation seems to work. Speech/music analysis is still disabled.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b090ca09..edbcc42e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,9 +20,10 @@ if FIXED_POINT
SILK_SOURCES += $(SILK_SOURCES_FIXED)
else
SILK_SOURCES += $(SILK_SOURCES_FLOAT)
-OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
endif
+OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
+
if CPU_ARM
CELT_SOURCES += $(CELT_SOURCES_ARM)
endif