Re: [FFmpeg-devel] [PATCH]configure: Get the correct ident for clang-cl.exe

2020-03-26 Thread Carl Eugen Hoyos
Am Do., 26. März 2020 um 11:30 Uhr schrieb Martin Storsjö : > > On Thu, 26 Mar 2020, Carl Eugen Hoyos wrote: > > > Hi! > > > > Attached patch avoids that ffmpeg claims its compiler was "No input > > file" when using clang-cl. > > > > Please comment, Carl Eugen > > > @@ -4663,7 +4663,11 @@

Re: [FFmpeg-devel] [PATCH]configure: Get the correct ident for clang-cl.exe

2020-03-26 Thread Martin Storsjö
On Thu, 26 Mar 2020, Carl Eugen Hoyos wrote: Hi! Attached patch avoids that ffmpeg claims its compiler was "No input file" when using clang-cl. Please comment, Carl Eugen @@ -4663,7 +4663,11 @@ probe_cc(){ _ld_path='-libpath:' elif $_cc -nologo- 2>&1 | grep -q Microsoft || {

[FFmpeg-devel] [PATCH]configure: Get the correct ident for clang-cl.exe

2020-03-25 Thread Carl Eugen Hoyos
Hi! Attached patch avoids that ffmpeg claims its compiler was "No input file" when using clang-cl. Please comment, Carl Eugen From 659397c2ef2881cc5a5c99597aab5946a8f28c43 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 26 Mar 2020 00:00:10 +0100 Subject: [PATCH] configure: Get the