xiph
/
opus.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixes SILK surround calibration while fixing other MSVC warnings
[opus.git]
/
Makefile.am
diff --git
a/Makefile.am
b/Makefile.am
index
b090ca0
..
20286f8
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-20,6
+20,10
@@
if FIXED_POINT
SILK_SOURCES += $(SILK_SOURCES_FIXED)
else
SILK_SOURCES += $(SILK_SOURCES_FLOAT)
+endif
+
+if DISABLE_FLOAT_API
+else
OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
endif