From bf671135e922ccd08a78b018ead939dd017d999b Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sun, 4 Jan 2009 07:23:06 +0000 Subject: [PATCH] Add fseeko/ftello defines that got missed during the first-pass. Originally committed to SVN as r2628. --- FFmpegSource2/stdiostream.c | 6 ++++++ 1 file changed, 6 insertions(+) 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