[MPlayer-dev-eng] [PATCH] Kill some _LARGEFILE_SOURCE #ifdefs

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Jun 30 10:55:59 CEST 2005


Hi,
On Thu, Jun 30, 2005 at 12:59:05AM +0200, Tobias Diedrich wrote:
> -#ifdef _LARGEFILE_SOURCE
>    mp_msg(MSGT_CACHE,MSGL_V,"cache_stream_seek: WARNING! Can't seek to 0x%llX !\n",(long long)(pos+newpos));
> -#else
> -  mp_msg(MSGT_CACHE,MSGL_V,"cache_stream_seek: WARNING! Can't seek to 0x%X !\n",(pos+newpos));
> -#endif

No good, since ll prefix doesn't exist on e.g. MinGW AFAIK.

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list