diff options
author | Martin Storsjö | 2012-06-26 19:22:12 +0300 |
---|---|---|
committer | Martin Storsjö | 2012-06-27 14:04:02 +0300 |
commit | 46df708b45b34191973ef5181b052ce8e583bb4e (patch) | |
tree | 45d52081abe82e712f9bb02d8a41e09883bfe21e /configure | |
parent | ef882e464ab270276f56c1088da646a8080b8460 (diff) |
libm: Provide fallback definitions for isnan() and isinf()
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1093,6 +1093,8 @@ HAVE_LIST=" inet_aton inline_asm isatty + isinf + isnan jack_port_get_latency_range ldbrx libdc1394_1 @@ -2922,6 +2924,8 @@ enabled vaapi && require vaapi va/va.h vaInitialize -lva check_mathfunc cbrtf check_mathfunc exp2 check_mathfunc exp2f +check_mathfunc isinf +check_mathfunc isnan check_mathfunc llrint check_mathfunc llrintf check_mathfunc log2 |