# HG changeset patch # User stefano # Date 1285583643 0 # Node ID 580d47a2f01527d0a12eecf3b670f717cfc22d4a # Parent 0ece1ad81f219c5e2c7f26f19431b5bd9ed8e4d0 Simplify include, since opt.c is now in libavutil there is no need to use the library path prefix for eval.h. diff -r 0ece1ad81f21 -r 580d47a2f015 opt.c --- a/opt.c Mon Sep 27 10:01:44 2010 +0000 +++ b/opt.c Mon Sep 27 10:34:03 2010 +0000 @@ -27,7 +27,7 @@ #include "avutil.h" #include "opt.h" -#include "libavutil/eval.h" +#include "eval.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)