]> git.sesse.net Git - ffmpeg/commit
configure: Check for strtoll and redirect to _strtoi64 in the msvcrt block
authorMartin Storsjö <martin@martin.st>
Wed, 20 Jul 2016 20:39:20 +0000 (23:39 +0300)
committerMartin Storsjö <martin@martin.st>
Tue, 26 Jul 2016 06:29:24 +0000 (09:29 +0300)
commit56af0bc10f49654b5b5f3efe82c69a13bf15fc8b
tree778fae12cc8de2f2c1daa758755f1681217bfb24
parent48b80f8393d418ad35d73f5a36f5011de1928f3c
configure: Check for strtoll and redirect to _strtoi64 in the msvcrt block

This allows doing this redirection, if building with clang against
old enough MSVC headers that lack strtoll (2012 and older).

Signed-off-by: Martin Storsjö <martin@martin.st>
configure