mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-03 10:43:09 +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:
parent
8f1afd3b37
commit
be0e596a57
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user