Commit be0e596a authored by Stefano Sabatini's avatar Stefano Sabatini

Simplify include, since opt.c is now in libavutil there is no need

to use the library path prefix for eval.h.

Originally committed as revision 25220 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 8f1afd3b
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "avutil.h" #include "avutil.h"
#include "opt.h" #include "opt.h"
#include "libavutil/eval.h" #include "eval.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