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:
authorKoen Vos <koenvos@users.noreply.github.com>2016-02-21 18:50:16 +0300
committerKoen Vos <koenvos@users.noreply.github.com>2016-02-21 18:50:16 +0300
commit403b1f736646fd946c3e0577c763856cc5aaee31 (patch)
tree815a349cdfa4adfe5c8762b45f21fc1d1448716c
parent7ef062a6f9cd7df3828b09237b904bbe7011cb92 (diff)
set back to floating point by default
-rw-r--r--Makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.unix b/Makefile.unix
index 5e3c393e..b13230e8 100644
--- a/Makefile.unix
+++ b/Makefile.unix
@@ -1,7 +1,7 @@
#################### COMPILE OPTIONS #######################
# Uncomment this for fixed-point build
-FIXED_POINT=1
+#FIXED_POINT=1
# It is strongly recommended to uncomment one of these
# VAR_ARRAYS: Use C99 variable-length arrays for stack allocation