[Ffmpeg-devel] Re: [PATCH] qt-faststart > 4gb files compliant
Steve Lhomme
steve.lhomme
Tue Mar 21 11:38:48 CET 2006
It's defined by the MinGW gcc by default. And it shouldn't be defined by
any other compilers.
Baptiste COUDURIER wrote:
> Steve Lhomme wrote:
>> [...]
>>
>> +#ifdef __MINGW32__
>> +#define fseeko(x,y,z) fseeko64(x,y,z)
>> +#define ftello(x) ftello64(x)
>> +#endif
>> +
>
> Is that a standard macro ? Defined in all compilers we support ?
More information about the ffmpeg-devel
mailing list