Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-01-22 11:10:21 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-01-22 19:02:31 +0400
commite65d8509f0657810511b96f2eec43b7cf31434e9 (patch)
tree05ad02b23820ddc3ce883c4b2e260358040596df /configure
parent26345acb0e723d28aa28e09126ea383b2f679f5b (diff)
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 <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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