summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-04-23 16:28:10 +0000
committerMåns Rullgård <mans@mansr.com>2010-04-23 16:28:10 +0000
commit07876e25c8773b28967f8992c77f69e25f8cf7c8 (patch)
tree63d38123c7398b735abb2fc0deefbfff4e6324dc /configure
parentaebfb457749be2b5163926619e86aa9894611248 (diff)
Workaround for missing llrintf()
Originally committed as revision 22954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 02ea987755..0b76e8b669 100755
--- a/configure
+++ b/configure
@@ -1052,6 +1052,7 @@ HAVE_LIST="
libdc1394_1
libdc1394_2
llrint
+ llrintf
local_aligned_16
local_aligned_8
log2
@@ -2585,6 +2586,7 @@ check_lib va/va.h vaInitialize -lva
check_mathfunc exp2
check_mathfunc exp2f
check_mathfunc llrint
+check_mathfunc llrintf
check_mathfunc log2
check_mathfunc log2f
check_mathfunc lrint