[Ffmpeg-devel] inttypes.h

Uoti Urpala uoti.urpala
Wed Nov 22 09:38:20 CET 2006


On Wed, 2006-11-22 at 09:15 +0100, Steve Lhomme wrote:
> Apparently C99 support in gcc is far from clean too: 
> http://gcc.gnu.org/c99status.html
> 
> Among broken things:
> - variable-length arrays (used in FFMPEG)

But probably not broken in ways that would affect the usage in FFmpeg.

> - library functions in <inttypes.h> (used in FFMPEG)

Where are those library functions used in FFmpeg?

> - inline functions (used in FFMPEG)

What's broken in gcc are inline functions that are not declared static.
Almost all inline uses in FFmpeg are for static functions. Fixing the
exceptions shouldn't take much effort if they cause problems.






More information about the ffmpeg-devel mailing list