summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-01-22 04:10:21 -0300
committerMichael Niedermayer <michaelni@gmx.at>2013-01-22 16:02:31 +0100
commite65d8509f0657810511b96f2eec43b7cf31434e9 (patch)
tree05ad02b23820ddc3ce883c4b2e260358040596df /configure
parent26345acb0e723d28aa28e09126ea383b2f679f5b (diff)
downloadffmpeg-streaming-e65d8509f0657810511b96f2eec43b7cf31434e9.zip
ffmpeg-streaming-e65d8509f0657810511b96f2eec43b7cf31434e9.tar.gz
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 8460e5f..a741fc3 100755
--- a/configure
+++ b/configure
@@ -1300,6 +1300,7 @@ HAVE_LIST_PUB='
MATH_FUNCS="
atanf
atan2f
+ cbrt
cbrtf
cosf
exp2
OpenPOWER on IntegriCloud