Skip to content
Snippets Groups Projects
Commit 3893feec authored by Martin Storsjö's avatar Martin Storsjö
Browse files

opt/eval: Include mathematics.h for NAN/INFINITY


These files use NAN/INFINITY but didn't include mathematics.h to get
the fallback definitions if the system lacks the macros.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent a1245d5c
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include "avutil.h" #include "avutil.h"
#include "eval.h" #include "eval.h"
#include "log.h" #include "log.h"
#include "mathematics.h"
typedef struct Parser { typedef struct Parser {
const AVClass *class; const AVClass *class;
......
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include "eval.h" #include "eval.h"
#include "dict.h" #include "dict.h"
#include "log.h" #include "log.h"
#include "mathematics.h"
#if FF_API_FIND_OPT #if FF_API_FIND_OPT
//FIXME order them and do a bin search //FIXME order them and do a bin search
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment