[Mplayer-cvslog] CVS: main/libmp1e libmp1e.h,1.1,1.2 rte.c,1.1,1.2 rtepriv.h,1.1,1.2
David Holm
dholm at telia.com
Sat Dec 8 13:03:08 CET 2001
Felix Buenemann wrote:
>On Friday, 7. December 2001 13:38, you wrote:
>
>>-typedef off64_t (*rteSeekCallback)(rte_context * context,
>>- off64_t offset,
>>+typedef unsigned (*rteSeekCallback)(rte_context * context,
>>+ unsigned offset,
>> int whence,
>> void * user_data);
>>
>>
>IMHO bad change, you should use off_t instaed of off64_t and compile this
>stuff with largefile support, on linux off_t will be 64bit then and on
>FreeBSD it's IMHO always 64bit.
>
Yes I know.
The callbacks aren't used though, and I'm working on a new version of
libmp1e which will take this into account.
Consider this a temp fix for FreeBSD users, it won't affect anything.
//David Holm
More information about the MPlayer-cvslog
mailing list