summaryrefslogtreecommitdiff
path: root/libavcodec/opt.c
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2006-09-29 19:33:04 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2006-09-29 19:33:04 +0000
commit4d7b4613a14ed7ae51d66de3ad39b32a3578284f (patch)
treebf5b930001f58d1285ca33818a6e85291ca8a273 /libavcodec/opt.c
parent3a6ccf4f3e3fc08e0dbb9079562cb3e01d19c662 (diff)
Pull out the ff_eval* from the mpegvideo header, as it doesn't belong there and
put it in a separate file. Originally committed as revision 6383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/opt.c')
-rw-r--r--libavcodec/opt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/opt.c b/libavcodec/opt.c
index f85b29f8ab..248e68c200 100644
--- a/libavcodec/opt.c
+++ b/libavcodec/opt.c
@@ -26,7 +26,7 @@
#include "avcodec.h"
#include "opt.h"
-#include "mpegvideo.h"
+#include "eval.h"
//FIXME order them and do a bin search
static AVOption *find_opt(void *v, const char *name, const char *unit){