[Ffmpeg-devel] uint_fast64_t in vorbis.c

Alexander Strasser eclipse7
Tue Jun 7 16:21:50 CEST 2005


Fran?ois Revol wrote:
> > Jacob Meuser <jakemsr at jakemsr.com> writes:
> >
> > > not all systems define uint_fast64_t.
> > >
> > > there's a test in configure for this, but then this activates code
> > > that
> > > does not solve the problem discovered by that test.
> > >
> > > as a result, FFmpeg does not currently build on systems that don't
> > > define uint_fast64_t.
> >
> > Just out of curiosity, what system are you using that doesn't define
> > this type?
> 
> One that doesn't define a whole list of useless junk ?
> What could that thing be useful for anyway ??

  It's the only way you can assure the type has the minimum size
you want and is optionally bigger so you won't end up using 8bit
types all the way on a 32bit architecture for example.

  Also see other recent discussions.

  Alex (beastd)





More information about the ffmpeg-devel mailing list