changeset 1026:580d47a2f015 libavutil

Simplify include, since opt.c is now in libavutil there is no need to use the library path prefix for eval.h.
author stefano
date Mon, 27 Sep 2010 10:34:03 +0000
parents 0ece1ad81f21
children 7d79d41d152e
files opt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)