[libav-devel] [PATCH 10/10] configure: Only redirect strtoll to _strtoi64 if necessary

2015-07-26 Thread Martin Storsjö
This isn't necessary any longer on MSVC 2013. --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ab174f2..5368cf0 100755 --- a/configure +++ b/configure @@ -3062,7 +3062,7 @@ probe_cc(){ _ld_lib='lib%.a'

Re: [libav-devel] [PATCH 10/10] configure: Only redirect strtoll to _strtoi64 if necessary

2015-07-26 Thread Jean-Baptiste Kempf
On 26 Jul, Martin Storsjö wrote : This isn't necessary any longer on MSVC 2013. I agree with the patch, but IIRC, it can still fail on MSVC 2013, if you don't have the latest version (4). With my kindest regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my

Re: [libav-devel] [PATCH 10/10] configure: Only redirect strtoll to _strtoi64 if necessary

2015-07-26 Thread Martin Storsjö
On Sun, 26 Jul 2015, Jean-Baptiste Kempf wrote: On 26 Jul, Martin Storsjö wrote : This isn't necessary any longer on MSVC 2013. I agree with the patch, but IIRC, it can still fail on MSVC 2013, if you don't have the latest version (4). Hmm, possibly, I might have used that version for

Re: [libav-devel] [PATCH 10/10] configure: Only redirect strtoll to _strtoi64 if necessary

2015-07-26 Thread Hendrik Leppkes
On Sun, Jul 26, 2015 at 1:03 PM, Jean-Baptiste Kempf j...@videolan.org wrote: On 26 Jul, Martin Storsjö wrote : This isn't necessary any longer on MSVC 2013. I agree with the patch, but IIRC, it can still fail on MSVC 2013, if you don't have the latest version (4). Well the configure check