[FFmpeg-cvslog] configure: check for strtoull on msvc

James Almer git at videolan.org
Tue Dec 6 00:24:21 EET 2016


ffmpeg | branch: release/2.8 | James Almer <jamrial at gmail.com> | Mon Dec  5 13:07:10 2016 -0300| [e8dfe3f34ade6791d6260c039732c75b92c91685] | committer: James Almer

configure: check for strtoull on msvc

Reviewed-by: Michael Niedermayer <michael at niedermayer.cc>
Signed-off-by: James Almer <jamrial at 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



More information about the ffmpeg-cvslog mailing list