Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-07 Thread Martin Storsjö
On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: On Thu, 3 Feb 2022, Kacper Michajlow wrote: On Wed, 26 Jan 2022 at 15:00, Martin Storsjö wrote: Hi, On Sat, 22 Jan 2022, Kacper Michajłow wr

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Marvin Scholz
On 3 Feb 2022, at 13:47, Martin Storsjö wrote: On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 13:33, Martin Storsjö wrote: On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: I r

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Martin Storsjö
On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 13:33, Martin Storsjö wrote: On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: I remember that there has been some variance throughou

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Marvin Scholz
On 3 Feb 2022, at 13:33, Martin Storsjö wrote: On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: I remember that there has been some variance throughout the versions for exactly what MSVC pri

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Martin Storsjö
On Thu, 3 Feb 2022, Marvin Scholz wrote: On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: I remember that there has been some variance throughout the versions for exactly what MSVC prints as the identification thoughout the versions,

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Marvin Scholz
On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: On Thu, 3 Feb 2022, Kacper Michajlow wrote: On Wed, 26 Jan 2022 at 15:00, Martin Storsjö wrote: Hi, On Sat, 22 Jan 2022, Kacper Michajłow wrote: LLVM tools print installation path up

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Marvin Scholz
On 3 Feb 2022, at 12:55, Hendrik Leppkes wrote: On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: On Thu, 3 Feb 2022, Kacper Michajlow wrote: On Wed, 26 Jan 2022 at 15:00, Martin Storsjö wrote: Hi, On Sat, 22 Jan 2022, Kacper Michajłow wrote: LLVM tools print installation path up

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Hendrik Leppkes
On Thu, Feb 3, 2022 at 12:34 PM Martin Storsjö wrote: > > On Thu, 3 Feb 2022, Kacper Michajlow wrote: > > > On Wed, 26 Jan 2022 at 15:00, Martin Storsjö wrote: > >> > >> Hi, > >> > >> On Sat, 22 Jan 2022, Kacper Michajłow wrote: > >> > >>> LLVM tools print installation path upon execution. If one

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-03 Thread Martin Storsjö
On Thu, 3 Feb 2022, Kacper Michajlow wrote: On Wed, 26 Jan 2022 at 15:00, Martin Storsjö wrote: Hi, On Sat, 22 Jan 2022, Kacper Michajłow wrote: LLVM tools print installation path upon execution. If one uses LLVM tools bundled with Microsoft Visual Studio installation, they would be incorr

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-02-02 Thread Kacper Michajlow
On Wed, 26 Jan 2022 at 15:00, Martin Storsjö wrote: > > Hi, > > On Sat, 22 Jan 2022, Kacper Michajłow wrote: > > > LLVM tools print installation path upon execution. If one uses LLVM > > tools bundled with Microsoft Visual Studio installation, they would be > > incorrectly detected as Microsoft's

Re: [FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-01-26 Thread Martin Storsjö
Hi, On Sat, 22 Jan 2022, Kacper Michajłow wrote: LLVM tools print installation path upon execution. If one uses LLVM tools bundled with Microsoft Visual Studio installation, they would be incorrectly detected as Microsoft's ones. Signed-off-by: Kacper Michajłow --- configure | 6 +++--- 1 file

[FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection

2022-01-22 Thread Kacper Michajłow
LLVM tools print installation path upon execution. If one uses LLVM tools bundled with Microsoft Visual Studio installation, they would be incorrectly detected as Microsoft's ones. Signed-off-by: Kacper Michajłow --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --g