mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat/os_support: Include stdint.h for int64_t
Fixes checkheaders for Windows targets. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
85655bd9da
commit
d09dacc197
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
# include <fcntl.h>
|
||||
# include <stdint.h>
|
||||
# ifdef lseek
|
||||
# undef lseek
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue