This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch release/5.1 in repository ffmpeg.
commit 165f66040768f501a021ec2444f3df180c8f5875 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Mon Aug 22 15:55:46 2022 +0200 Commit: Timo Rothenpieler <[email protected]> CommitDate: Wed Dec 3 20:26:49 2025 +0100 avformat/os_support: Include stdint.h for int64_t Fixes checkheaders for Windows targets. Signed-off-by: Andreas Rheinhardt <[email protected]> (cherry picked from commit d09dacc197f99f2ea0b7b9285a5d63d2fd71e1c7) --- libavformat/os_support.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/os_support.h b/libavformat/os_support.h index b419efa408..f2ff38e23b 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -42,6 +42,7 @@ #ifdef _WIN32 # include <fcntl.h> +# include <stdint.h> # ifdef lseek # undef lseek # endif _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
