[FFmpeg-devel] Re: [PATCH] configure: fix static library suffix for MSVC builds

2025-11-25 Thread Discord Account via ffmpeg-devel
Yeah, I just checked, it's patched. Additionally, I tested a bash script I wrote for the configuration, and it produces files with the '.lib' extension. So, this patch is unnecessary. Thanks for pointing it out and referencing previous commits. It's just that it was listed in the bug tracker under

[FFmpeg-devel] Re: [PATCH] tcp: add TCP keepalive tuning options

2025-11-21 Thread Discord Account via ffmpeg-devel
Thanks for the feedback. I'll focus on something else then. On Fri, Nov 21, 2025 at 11:36 PM Nicolas George via ffmpeg-devel < [email protected]> wrote: > Practice2001 via ffmpeg-devel (HE12025-11-21): > > Addition of tcp_keepalive, tcp_keepidle, tcp_keepintvl, and tcp_keepcnt > > support t