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
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN 0
|
||||
#endif
|
||||
|
||||
#define STACK_SIZE 100
|
||||
|
||||
typedef struct Parser{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue