[MPlayer-dev-eng] [PATCH] uint_fast64_t in configure when int_fastXY_t failed

Diego Biurrun diego at biurrun.de
Fri Aug 18 16:44:46 CEST 2006


On Fri, Aug 18, 2006 at 01:36:12PM +0200, Diego Biurrun wrote:
> On Fri, Aug 18, 2006 at 02:39:22PM +0800, Zuxy Meng wrote:
> > Synchronized with libavutil/common.h, fixes compilation on Sparc.
> 
> Hmmm
> 
> > --- configure	???????? 19431??
> > +++ configure	????????????
> > @@ -2786,7 +2786,8 @@
> >      typedef signed int  int_fast32_t;
> >      typedef unsigned char uint_fast8_t;
> >      typedef unsigned int  uint_fast16_t;
> > -    typedef unsigned int  uint_fast32_t;'
> > +    typedef unsigned int  uint_fast32_t;
> > +    typedef unsigned long long uint_fast64_t;'
> 
> In libavutil/common.h there is a signed variant as well.
> 
> And why not switch to that header outright?  libavutil is now mandatory
> for MPlayer anyway.

Anyway, the patch is small and harmless enough that I've applied it
anyway, looking for better solutions nonwithstanding.

Diego



More information about the MPlayer-dev-eng mailing list