diff options
author | Andreas Öman <andreas@lonelycoder.com> | 2008-12-22 22:39:55 +0000 |
---|---|---|
committer | Andreas Öman <andreas@lonelycoder.com> | 2008-12-22 22:39:55 +0000 |
commit | 11c23b64ac5278ed8377f6e1eff2839eac25c82a (patch) | |
tree | a4d508a4cd48059bd08100b947c943728557499b /libavcodec/opt.c | |
parent | 9f2ace74ef492b6ba7b4c0cc07f1e29d164f5889 (diff) | |
download | ffmpeg-11c23b64ac5278ed8377f6e1eff2839eac25c82a.tar.gz |
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.c | 1 |
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){ |