aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-12-05 13:07:10 -0300
committerJames Almer <jamrial@gmail.com>2016-12-05 19:19:11 -0300
commite8dfe3f34ade6791d6260c039732c75b92c91685 (patch)
tree50da9f0785fca1bc47e101e485bf023f5d01d549
parentd3fc5c17de03ffa69d97a5dfabb54d38967daf2d (diff)
downloadffmpeg-e8dfe3f34ade6791d6260c039732c75b92c91685.tar.gz
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 4cc45ad159..684d5c1918 100755
--- a/configure
+++ b/configure
@@ -5737,6 +5737,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