From 3ab03e05561f81f0eacac3ee724baac33b89683b Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 6 Sep 2013 16:00:39 -0400 Subject: 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. --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3