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

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


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

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

diff --git a/configure b/configure
index 72ffaea..d60ffd8 100755
--- a/configure
+++ b/configure
@@ -6271,6 +6271,7 @@ __declspec($_restrict) void* foo(int);
 EOF
     fi
     check_func strtoll || add_cflags -Dstrtoll=_strtoi64
+    check_func strtoull || add_cflags -Dstrtoull=_strtoui64
     # the new SSA optimzer in VS2015 U3 is mis-optimizing some parts of the code
     # this flag should be re-checked on newer compiler releases and put under a
     # version check once its fixed



More information about the ffmpeg-cvslog mailing list