[Mplayer-cvslog] CVS: main configure,1.799,1.800

D Richard Felker III dalias at aerifal.cx
Sun Nov 2 19:57:30 CET 2003


On Sun, Nov 02, 2003 at 03:03:59PM +0100, Attila Kinali wrote:
> On Sun, 2 Nov 2003 13:48:05 +0100
> Michael Niedermayer <michaelni at gmx.at> wrote:
> 
> > Hi
> > 
> > On Sunday 02 November 2003 12:24, Attila Kinali wrote:
> > > On Sun, 2 Nov 2003 11:14:41 +0100
> > >
> > > Michael Niedermayer CVS <michael at mplayerhq.hu> wrote:
> > > > +    typedef signed char int_fast8_t;
> > > > +    typedef signed int  int_fast16_t;
> > > > +    typedef signed int  int_fast32_t;
> > > > +    typedef unsigned char uint_fast8_t;
> > > > +    typedef unsigned int  uint_fast16_t;
> > > > +    typedef unsigned int  uint_fast32_t;'
> > >
> > > Wont this break stuff on 64bit machines ?
> > why?
> 
> because int is 64bit and not 32.
> Or doesnt this matter here ?

Int is 32bit everywhere.

Rich



More information about the MPlayer-cvslog mailing list