ffmpeg | branch: release/2.8 | James Almer <jamr...@gmail.com> | Mon Dec 5 13:07:10 2016 -0300| [e8dfe3f34ade6791d6260c039732c75b92c91685] | committer: James Almer
configure: check for strtoull on msvc Reviewed-by: Michael Niedermayer <mich...@niedermayer.cc> Signed-off-by: James Almer <jamr...@gmail.com> (cherry picked from commit b52d3574d466e745834d1283b55570dee1e2d4cd) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8dfe3f34ade6791d6260c039732c75b92c91685 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 4cc45ad..684d5c1 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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog