[FFmpeg-devel] [PATCH] configure: check for strtoull on msvc

James Almer jamrial at gmail.com
Mon Dec 5 18:07:22 EET 2016


Signed-off-by: James Almer <jamrial at gmail.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ddc065e..21ec552 100755
--- a/configure
+++ b/configure
@@ -6284,6 +6284,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
-- 
2.10.2



More information about the ffmpeg-devel mailing list