From e65d8509f0657810511b96f2eec43b7cf31434e9 Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 22 Jan 2013 04:10:21 -0300 Subject: libm: Add fallback definition for cbrt() using pow() The function is known to be missing in at least one target (MSVC). Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 8460e5fad2..a741fc36df 100755 --- a/configure +++ b/configure @@ -1300,6 +1300,7 @@ HAVE_LIST_PUB=' MATH_FUNCS=" atanf atan2f + cbrt cbrtf cosf exp2 -- cgit v1.2.3