mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
configure: check for strtoull on msvc
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
55affd95bd
commit
b52d3574d4
1
configure
vendored
1
configure
vendored
@ -6284,6 +6284,7 @@ __declspec($_restrict) void* foo(int);
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
check_func strtoll || add_cflags -Dstrtoll=_strtoi64
|
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
|
# 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
|
# this flag should be re-checked on newer compiler releases and put under a
|
||||||
# version check once its fixed
|
# version check once its fixed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user