[vlc-devel] Re: CVS Commit (fenrir)

Gildas Bazin gbazin at netcourrier.com
Thu Sep 18 21:02:28 CEST 2003


On Thursday 18 September 2003 19:06, Sam Hocevar wrote:
> 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.
> 

That would be better indeed but that still leaves (at least) MSVC out.

--
Gildas

-- 
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