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

Originally committed as revision 6324 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Panagiotis Issaris 19 years ago
parent 004390a639
commit 79ca4de35b
  1. 2
      libavcodec/eval.c

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

Loading…
Cancel
Save