diff opt.c @ 8419:6a12ba62978a libavcodec

Include "libavutil/common.h" where we use llrint() in case ffmpeg's own llrint() is to be used.
author andoma
date Sun, 21 Dec 2008 21:53:42 +0000
parents 8903ad65c412
children c5302e0ecf4e
line wrap: on
line diff
--- 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){