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:
parent
ce980a9576
commit
d0d816d8bf
@ -28,6 +28,10 @@
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN 0
|
||||
#endif
|
||||
|
||||
#define STACK_SIZE 100
|
||||
|
||||
typedef struct Parser{
|
||||
|
Loading…
Reference in New Issue
Block a user