Re: [FFmpeg-devel] [PATCH v2] configure: add -Wl when linker is called indirectly

2025-07-16 Thread Kacper Michajlow
On Fri, 20 Jun 2025 at 01:52, Kacper Michajłow wrote: > > It's possible to call linker indirectly through driver like Clang. In > which cases linker args has to be prefixed with -Wl. > > Signed-off-by: Kacper Michajłow > --- > configure | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-

Re: [FFmpeg-devel] [PATCH v2] configure: add -Wl when linker is called indirectly

2025-06-26 Thread Kacper Michajlow
On Fri, 20 Jun 2025 at 01:52, Kacper Michajłow wrote: > > It's possible to call linker indirectly through driver like Clang. In > which cases linker args has to be prefixed with -Wl. > > Signed-off-by: Kacper Michajłow > --- > configure | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-

[FFmpeg-devel] [PATCH v2] configure: add -Wl when linker is called indirectly

2025-06-19 Thread Kacper Michajłow
It's possible to call linker indirectly through driver like Clang. In which cases linker args has to be prefixed with -Wl. Signed-off-by: Kacper Michajłow --- configure | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure b/configure index c57da316cc..0dede08356 100