diff --git a/FFmpegSource2/stdiostream.c b/FFmpegSource2/stdiostream.c index 0fc809393..f0d9500f2 100644 --- a/FFmpegSource2/stdiostream.c +++ b/FFmpegSource2/stdiostream.c @@ -21,6 +21,12 @@ #include "stdiostream.h" #include +#ifdef __UNIX__ +#define _fseeki64 fseeko +#define _ftelli64 ftello +#endif + + /* StdIoStream methods */ /* read count bytes into buffer starting at file position pos