Commit 1162b439 authored by mru's avatar mru

eval: include libavutil/mathematics.h for NAN and M_PI

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19613 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0142702c
......@@ -33,17 +33,10 @@
#include <string.h>
#include <math.h>
#include "libavutil/mathematics.h"
#include "avcodec.h"
#include "eval.h"
#ifndef NAN
#define NAN 0.0/0.0
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
typedef struct Parser{
int stack_index;
char *s;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment