This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 3b4ff18efecd8bc7a80583e42db4e30b436d5e57 Author: Jack Lau <[email protected]> AuthorDate: Mon Jan 12 20:02:40 2026 +0800 Commit: Timo Rothenpieler <[email protected]> CommitDate: Sun Jan 18 01:58:37 2026 +0000 avformat/tls_gnutls: fix build error on linux The fd_set need <sys/select.h> on linux, but it's not included in os_support.h, it's included in os_support.c So this patch use poll() to replace select() to avoid this issue and simplify the code. Signed-off-by: Jack Lau <[email protected]> _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
