[FFmpeg-devel] llrint()..

Diego Biurrun diego
Mon Dec 22 23:42:46 CET 2008


On Mon, Dec 22, 2008 at 11:39:05PM +0100, Andreas ?man wrote:
> Marc Mason wrote:
> > Andreas Oman wrote:
> > 
> >> For a system that does not have llrint() libavutil provides one.
> >> However, the necessary header file is not included from the c-files
> >> where llrint() is used.
> > 
> > I believe this statement is incorrect.
> > 
> > mpegaudiodec.c includes avcodec.h
> > avcodec.h includes libavutil/avutil.h
> > avutil.h includes common.h (in libavutil)
> > common.h includes internal.h
> > internal.h conditionally defines llrint
> 
> Very true indeed, I must have messed up something else in my
> cross-compile environment, Sorry for the fuzz, I will revert this.

I don't see how #including this header directly can hurt if it is
used/needed.

Diego




More information about the ffmpeg-devel mailing list