Commit d0d816d8 authored by Rémi Guyomarch's avatar Rémi Guyomarch Committed by Michael Niedermayer

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
parent ce980a95
......@@ -28,6 +28,10 @@
#include <string.h>
#include <math.h>
#ifndef NAN
#define NAN 0
#endif
#define STACK_SIZE 100
typedef struct Parser{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment