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

2025-06-17 Thread Martin Storsjö
On Mon, 16 Jun 2025, Kacper Michajlow wrote: On Mon, 16 Jun 2025 at 09:40, Martin Storsjö wrote: On Sat, 14 Jun 2025, Kacper Michajlow wrote: > On Sat, 14 Jun 2025 at 03:03, Kacper Michajłow wrote: >> >> LLVM tools print installation path upon execution. If one uses LLVM >> tools bundled wi

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

2025-06-16 Thread Kacper Michajlow
On Mon, 16 Jun 2025 at 09:40, Martin Storsjö wrote: > > On Sat, 14 Jun 2025, Kacper Michajlow wrote: > > > On Sat, 14 Jun 2025 at 03:03, Kacper Michajłow wrote: > >> > >> LLVM tools print installation path upon execution. If one uses LLVM > >> tools bundled with Microsoft Visual Studio installati

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

2025-06-16 Thread Martin Storsjö
On Sat, 14 Jun 2025, Kacper Michajlow wrote: On Sat, 14 Jun 2025 at 03:03, 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. Microsoft to

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

2025-06-13 Thread Kacper Michajlow
On Sat, 14 Jun 2025 at 03:03, 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. > > Microsoft tools can have localized names, so a more

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