From be0e596a57633a1358a4414239947f42b328af74 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 27 Sep 2010 10:34:03 +0000 Subject: 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 --- libavutil/opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/opt.c') diff --git a/libavutil/opt.c b/libavutil/opt.c index 0ac021df71..10137d0a91 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -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) -- cgit v1.2.3