diff options
author | Mans Rullgard <mans@mansr.com> | 2010-07-07 00:27:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-22 19:49:27 +0200 |
commit | ab2539708a241ddb2190d95d68a86b71b0bec601 (patch) | |
tree | bafd401f06b790587bced92aae967473b6758989 /configure | |
parent | 9c48a7cc525130e4a6426a10a697de8c3b1c5cbc (diff) | |
download | ffmpeg-ab2539708a241ddb2190d95d68a86b71b0bec601.tar.gz |
Check for cbrtf() and provide fallback
(cherry picked from commit bfb37d7db1c6394099f6b177e10d6e769e678f6a)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1125,6 +1125,7 @@ HAVE_LIST=" attribute_may_alias attribute_packed bswap + cbrtf closesocket cmov dcbzl @@ -2999,6 +3000,7 @@ check_lib math.h sin -lm && LIBM="-lm" disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd enabled vaapi && require vaapi va/va.h vaInitialize -lva +check_mathfunc cbrtf check_mathfunc exp2 check_mathfunc exp2f check_mathfunc llrint |