Commit 1ee346a3 authored by andoma's avatar andoma

Include "libavutil/common.h" where we use llrint() in case ffmpeg's

own llrint() is to be used.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16257 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9c1afbd4
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "bitstream.h" #include "bitstream.h"
#include "dsputil.h" #include "dsputil.h"
#include "libavutil/common.h"
/* /*
* TODO: * TODO:
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "opt.h" #include "opt.h"
#include "eval.h" #include "eval.h"
#include "libavutil/common.h"
//FIXME order them and do a bin search //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){ const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment