# HG changeset patch # User andoma # Date 1229985595 0 # Node ID c5302e0ecf4e2663bc4c20983e69de0aaa80bd11 # Parent 89f7279e1eaa96c910a3c53916af3b3cceb9036c Revert r16257: Include "libavutil/common.h" where we use llrint() in case ffmpeg's own llrint() is to be used. diff -r 89f7279e1eaa -r c5302e0ecf4e mpegaudiodec.c --- a/mpegaudiodec.c Mon Dec 22 17:14:13 2008 +0000 +++ b/mpegaudiodec.c Mon Dec 22 22:39:55 2008 +0000 @@ -27,7 +27,6 @@ #include "avcodec.h" #include "bitstream.h" #include "dsputil.h" -#include "libavutil/common.h" /* * TODO: diff -r 89f7279e1eaa -r c5302e0ecf4e opt.c --- a/opt.c Mon Dec 22 17:14:13 2008 +0000 +++ b/opt.c Mon Dec 22 22:39:55 2008 +0000 @@ -28,7 +28,6 @@ #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){