[vlc-devel] Re: CVS Commit (fenrir)
Sam Hocevar
sam at zoy.org
Thu Sep 18 19:06:11 CEST 2003
On Thu, Sep 18, 2003, Gildas Bazin wrote:
> Unfortunately "long long" is not a portable type across compilers. This is
> why we used a structure with 2 ints instead of a 64 bits int. Afaik there
> is no other solution because include/vlc/vlc.h which is part of libvlc
> public headers can't include vlc_common.h or config.h.
Now that inttypes.h and alike are pretty widespread, I suggest we
switch to int64_t. I am trying to achieve compile-time detection of the
appropriate headers.
--
Sam.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list