diff options
author | Måns Rullgård <mans@mansr.com> | 2010-04-23 16:28:10 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-04-23 16:28:10 +0000 |
commit | 07876e25c8773b28967f8992c77f69e25f8cf7c8 (patch) | |
tree | 63d38123c7398b735abb2fc0deefbfff4e6324dc /configure | |
parent | aebfb457749be2b5163926619e86aa9894611248 (diff) | |
download | ffmpeg-07876e25c8773b28967f8992c77f69e25f8cf7c8.tar.gz |
Workaround for missing llrintf()
Originally committed as revision 22954 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |