[Mplayer-cvslog] CVS: main/libmpdemux stream.h,1.22,1.23
pl
p_l at tfz.net
Sun Jan 6 15:34:05 CET 2002
On Sat, Jan 05, 2002 at 11:35:49PM +0200, Arpi wrote:
> uint64_t is not standard.
> and not too portable.
> shoudl add some checks to configure
Is this kind of check what you mean (in configure):
is uint64_t available && uint64_t 8 bytes ?
yes => OK
no => die + read DOC/faq.html with etc/inttypes.h
Btw, it would be wiser to do checks on the length of the types in
etc/inttypes.h (just to be sure unsigned long is really 32bits on any
arch... etc)
I'll have a look at that.
--
Best regards,
pl
More information about the MPlayer-cvslog
mailing list