NAN doesnt exist on FreeBSD patch by (Rémi Guyomarch <rguyom at pobox dot com>)

Originally committed as revision 864 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Rémi Guyomarch 2002-08-25 22:54:43 +00:00 committed by Michael Niedermayer
parent ce980a9576
commit d0d816d8bf

View File

@ -28,6 +28,10 @@
#include <string.h>
#include <math.h>
#ifndef NAN
#define NAN 0
#endif
#define STACK_SIZE 100
typedef struct Parser{