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
This commit is contained in:
Stefano Sabatini 2010-09-27 10:34:03 +00:00
parent 8f1afd3b37
commit be0e596a57

View File

@ -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)