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-11-04 21:26:50 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2013-11-04 21:26:50 +0400
commitd814c5d2832e721d1740631ae41fc4268445b372 (patch)
tree4ea812796ad5dca8a82b7d76f20921e707a12055 /Makefile.am
parent8f466274d3bfc1e14503fef02be1a5ffc6ed6d64 (diff)
Exposes --disable-float-api in autoconf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index edbcc42e..20286f84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,10 @@ else
SILK_SOURCES += $(SILK_SOURCES_FLOAT)
endif
+if DISABLE_FLOAT_API
+else
OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
+endif
if CPU_ARM
CELT_SOURCES += $(CELT_SOURCES_ARM)