Include "libavutil/common.h" where we use llrint() in case ffmpeg's
authorAndreas Öman <andreas@lonelycoder.com>
Sun, 21 Dec 2008 21:53:42 +0000 (21:53 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Sun, 21 Dec 2008 21:53:42 +0000 (21:53 +0000)
own llrint() is to be used.

Originally committed as revision 16257 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpegaudiodec.c
libavcodec/opt.c

index a853562..4969623 100644 (file)
@@ -27,6 +27,7 @@
 #include "avcodec.h"
 #include "bitstream.h"
 #include "dsputil.h"
+#include "libavutil/common.h"
 
 /*
  * TODO:
index 78fbfae..9f0e3ca 100644 (file)
@@ -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){