Define NAN -if not already defined- as 0.0/0.0

Originally committed as revision 6324 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Panagiotis Issaris 2006-09-23 08:50:50 +00:00
parent 004390a639
commit 79ca4de35b

View File

@ -35,7 +35,7 @@
#include <math.h>
#ifndef NAN
#define NAN 0
#define NAN 0.0/0.0
#endif
#ifndef M_PI