[vlc-devel] Re: CVS Commit (fenrir)
Gildas Bazin
gbazin at netcourrier.com
Thu Sep 18 18:58:55 CEST 2003
On Monday 08 September 2003 00:45, cvs at videolan.org wrote:
>
> Log Message:
> * ninput.h : change control parameters.
> * variables : changed time variables to signed long long type (I hope
> it is always more than 64 bits)
> * input.h : include ninput.h
>
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.
--
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