Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-09-01 07:34:47 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-09-01 07:34:47 +0400
commitd9b9565a4b799591d7dcd2b8b31f5ed7cc0eec04 (patch)
tree6af8f088f7933f4c13ac418dc6c959ad1d6d0189 /configure.ac
parent58b3727fcf38747dc37604da06f22badeda49e89 (diff)
Added Erik de Castro Lopo's float_cast.h to use lrintf() when available. Also
disables the synthesis on the encoder side when pitch is disabled.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 330162d..befb94f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,6 +118,9 @@ if test $ac_cv_c_compiler_gnu = yes ; then
#CFLAGS="$CFLAGS -fvisibility=hidden -W -Wstrict-prototypes -Wmissing-prototypes -Wall -Waggregate-return -Wcast-align -Wcast-qual -Wnested-externs -Wshadow -Wno-parentheses"
fi
+AC_C99_FUNC_LRINTF
+AC_C99_FUNC_LRINT
+
AC_CHECK_SIZEOF(short)
AC_CHECK_SIZEOF(int)
AC_CHECK_SIZEOF(long)