mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-08-05 15:40:33 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user