On Tue, Nov 05, 2013 at 04:00:17PM +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, compilation > time is reduced quite drastically. > > Prior to this, users could still use --cc="c99conv -noconv cl" > when running MSVC 2013 to achieve the same. > > Since this only affects the value of cc_default, before the > compiler itself is detected and set up (and this is ignored if the > user explicitly set a separate compiler using --cc), we can't use > the normal check_cc macro. > --- > configure | 9 +++++++++ > 1 file changed, 9 insertions(+)
OK Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
