undefined M_PI / M_E fix

Originally committed as revision 881 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2002-08-30 16:16:30 +00:00
parent 6c1baeb0aa
commit 471d7dc3d0
2 changed files with 12 additions and 0 deletions

View File

@@ -32,6 +32,10 @@
#define NAN 0
#endif
#ifndef M_PI
#define M_PI 3.14159265358979323846
#endif
#define STACK_SIZE 100
typedef struct Parser{