# HG changeset patch # User andoma # Date 1229896422 0 # Node ID 6a12ba62978a90b311641d6c73368aafb8a78dc9 # Parent f75be04312dc33376ddde0f26e56994d617c5fc5 Include "libavutil/common.h" where we use llrint() in case ffmpeg's own llrint() is to be used. diff -r f75be04312dc -r 6a12ba62978a mpegaudiodec.c --- a/mpegaudiodec.c Sun Dec 21 21:47:29 2008 +0000 +++ b/mpegaudiodec.c Sun Dec 21 21:53:42 2008 +0000 @@ -27,6 +27,7 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" +#include "libavutil/common.h" /* * TODO: diff -r f75be04312dc -r 6a12ba62978a opt.c --- a/opt.c Sun Dec 21 21:47:29 2008 +0000 +++ b/opt.c Sun Dec 21 21:53:42 2008 +0000 @@ -28,6 +28,7 @@ #include "avcodec.h" #include "opt.h" #include "eval.h" +#include "libavutil/common.h" //FIXME order them and do a bin search const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags){