[libav-devel] [PATCH] configure: Check whether MSVC supports C99

2013-11-04 Thread Martin Storsjö
MSVC does support most of C99 since the 2013 version. Try to detect whether the compiler in the path needs to run the C99 converter or not. When the converter is omitted, the compilation time is reduced quite drastically. Prior to this, users could still use --cc=c99conv -noconv cl to run MSVC

Re: [libav-devel] [PATCH] configure: Check whether MSVC supports C99

2013-11-04 Thread Luca Barbato
On 04/11/13 15:00, Martin Storsjö wrote: MSVC does support most of C99 since the 2013 version. Try to detect whether the compiler in the path needs to run the C99 converter or not. When the converter is omitted, the compilation time is reduced quite drastically. Ok.

Re: [libav-devel] [PATCH] configure: Check whether MSVC supports C99

2013-11-04 Thread Derek Buitenhuis
On 11/4/2013 2:00 PM, Martin Storsjö wrote: MSVC does support most of C99 since the 2013 version. Try to detect whether the compiler in the path needs to run the C99 converter or not. When the converter is omitted, the compilation time is reduced quite drastically. Prior to this, users

Re: [libav-devel] [PATCH] configure: Check whether MSVC supports C99

2013-11-04 Thread Diego Biurrun
On Mon, Nov 04, 2013 at 04:00:48PM +0200, Martin Storsjö wrote: MSVC does support most of C99 since the 2013 version. Try to detect whether the compiler in the path needs to run the C99 converter or not. When the converter is omitted, the compilation s/the compilation/compilation/ Prior to

Re: [libav-devel] [PATCH] configure: Check whether MSVC supports C99

2013-11-04 Thread Martin Storsjö
On Mon, 4 Nov 2013, Diego Biurrun wrote: On Mon, Nov 04, 2013 at 04:00:48PM +0200, Martin Storsjö wrote: MSVC does support most of C99 since the 2013 version. Try to detect whether the compiler in the path needs to run the C99 converter or not. When the converter is omitted, the compilation