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

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


ffmpeg | branch: release/3.0 | James Almer <jamrial at gmail.com> | Mon Dec  5 13:07:10 2016 -0300| [c1435f9dfb9a2d5195c3118f453f4a564ceaaaf4] | 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=c1435f9dfb9a2d5195c3118f453f4a564ceaaaf4
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 6707801..034d22d 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



More information about the ffmpeg-cvslog mailing list