Mercurial > audlegacy-plugins
diff 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 |
line wrap: on
line diff
--- a/src/ffmpeg/libavcodec/eval.c Mon Mar 12 13:14:40 2007 -0700 +++ b/src/ffmpeg/libavcodec/eval.c Mon Mar 12 13:49:56 2007 -0700 @@ -35,14 +35,6 @@ #include <string.h> #include <math.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;
