[FFmpeg-devel] qt-faststart update
Reimar Döffinger
Reimar.Doeffinger
Wed Jun 24 23:22:15 CEST 2009
On Wed, Jun 24, 2009 at 10:07:47PM +0200, Karl Blomster wrote:
> Frank Barchard wrote:
>> Thank! The types should be possible to deal with. Any suggestions for a
>> portable 64 bit fseek?
>
> I think
>
> #ifdef _WIN32
> # ifdef __MINGW32__
> # define fseeko fseeko64
> # define ftello ftello64
> # else
> # define fseeko _fseeki64
> # define ftello _ftelli64
> # endif
> #endif
>
> is the closest you're going to get.
See MinGW patches to add this feature. There is already a bug report with
an unfinished patch. That is the only proper place.
More information about the ffmpeg-devel
mailing list