summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
diff options
context:
space:
mode:
authorAndreas Öman <andreas@lonelycoder.com>2008-12-22 22:39:55 +0000
committerAndreas Öman <andreas@lonelycoder.com>2008-12-22 22:39:55 +0000
commit11c23b64ac5278ed8377f6e1eff2839eac25c82a (patch)
treea4d508a4cd48059bd08100b947c943728557499b /libavcodec/opt.c
parent9f2ace74ef492b6ba7b4c0cc07f1e29d164f5889 (diff)
Revert r16257:
Include "libavutil/common.h" where we use llrint() in case ffmpeg's own llrint() is to be used. Originally committed as revision 16282 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.c')
-rw-r--r--libavcodec/opt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/opt.c b/libavcodec/opt.c
index 9f0e3ca1b8..78fbfaeb57 100644
--- a/libavcodec/opt.c
+++ b/libavcodec/opt.c
@@ -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){