mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-02 18:48:27 +00:00
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 <string.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#ifndef NAN
|
||||||
|
#define NAN 0
|
||||||
|
#endif
|
||||||
|
|
||||||
#define STACK_SIZE 100
|
#define STACK_SIZE 100
|
||||||
|
|
||||||
typedef struct Parser{
|
typedef struct Parser{
|
||||||
|
Loading…
Reference in New Issue
Block a user