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>2016-12-05 19:07:10 +0300
committerJames Almer <jamrial@gmail.com>2016-12-06 01:19:58 +0300
commitc1435f9dfb9a2d5195c3118f453f4a564ceaaaf4 (patch)
tree4d2ba3239bac4127487a3ef0714f0689e8747b7b
parent726faff0aa86fa040280c57f27eefde47a17ea1b (diff)
configure: check for strtoull on msvc
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com> (cherry picked from commit b52d3574d466e745834d1283b55570dee1e2d4cd)
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 67078010ef..034d22dc96 100755
--- a/configure
+++ b/configure
@@ -5995,6 +5995,7 @@ __declspec($_restrict) void* foo(int);
EOF
fi
check_func strtoll || add_cflags -Dstrtoll=_strtoi64
+ check_func strtoull || add_cflags -Dstrtoull=_strtoui64
fi
for pfx in "" host_; do