Mercurial > audlegacy-plugins
comparison src/ffmpeg/libavcodec/eval.c @ 818:07107d476f32 trunk
[svn] - remove some more stuff
- build libavcodec directly into the module
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 13:49:56 -0700 |
| parents | 87b58fcb96c8 |
| children |
comparison
equal
deleted
inserted
replaced
| 817:b3b7a4e480b2 | 818:07107d476f32 |
|---|---|
| 32 | 32 |
| 33 #include <stdio.h> | 33 #include <stdio.h> |
| 34 #include <stdlib.h> | 34 #include <stdlib.h> |
| 35 #include <string.h> | 35 #include <string.h> |
| 36 #include <math.h> | 36 #include <math.h> |
| 37 | |
| 38 #ifndef NAN | |
| 39 #define NAN 0.0/0.0 | |
| 40 #endif | |
| 41 | |
| 42 #ifndef M_PI | |
| 43 #define M_PI 3.14159265358979323846 | |
| 44 #endif | |
| 45 | 37 |
| 46 typedef struct Parser{ | 38 typedef struct Parser{ |
| 47 int stack_index; | 39 int stack_index; |
| 48 char *s; | 40 char *s; |
| 49 double *const_value; | 41 double *const_value; |
