[FFmpeg-cvslog] r25220 - trunk/libavutil/opt.c

stefano subversion
Mon Sep 27 12:34:04 CEST 2010


Author: stefano
Date: Mon Sep 27 12:34:03 2010
New Revision: 25220

Log:
Simplify include, since opt.c is now in libavutil there is no need
to use the library path prefix for eval.h.

Modified:
   trunk/libavutil/opt.c

Modified: trunk/libavutil/opt.c
==============================================================================
--- trunk/libavutil/opt.c	Mon Sep 27 12:01:44 2010	(r25219)
+++ trunk/libavutil/opt.c	Mon Sep 27 12:34:03 2010	(r25220)
@@ -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)



More information about the ffmpeg-cvslog mailing list