diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-06-26 15:05:28 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-11 10:40:11 +0300 |
commit | 183b1c2268529bbb8389d572deb00083c49682dc (patch) | |
tree | 5f9aaf3e89320bf6cbf67121356e7556ae25cd02 /configure | |
parent | 781888da892d99cab70cf6007538d6d9b7382e81 (diff) | |
download | ffmpeg-183b1c2268529bbb8389d572deb00083c49682dc.tar.gz |
configure: Check for the math function rint
Add a fallback implementation if it doesn't exist.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1124,6 +1124,7 @@ HAVE_LIST=" poll_h posix_memalign rdtsc + rint round roundf rweflags @@ -2954,6 +2955,7 @@ check_mathfunc log2 check_mathfunc log2f check_mathfunc lrint check_mathfunc lrintf +check_mathfunc rint check_mathfunc round check_mathfunc roundf check_mathfunc trunc |