summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Baker <steve@stevebaker.org>2002-04-25 19:43:31 +0000
committerSteve Baker <steve@stevebaker.org>2002-04-25 19:43:31 +0000
commit0d701e27785fe1db32fe4667e1fdcb6891b0f387 (patch)
tree9f45f451f306c7ebddd63ae4fc0ccf9fdba5f4b4
parent5a0d8a9886249059214d38a523623e373512e637 (diff)
check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives i...
Original commit message from CVS: check for lrint and lrintf - a new header in gst/floatcast/floatcast.h will check for this and provide alternatives if necessary
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 99d8e14a..ffd2f7a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -612,6 +612,10 @@ main() { atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0
])
fi
+dnl Check for fast float to int casting as defined in C99
+AC_C99_FUNC_LRINT()
+AC_C99_FUNC_LRINTF()
+
dnl ######################################################################
dnl # Check command line parameters, and set shell variables accordingly #
dnl ######################################################################