mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 19:55:08 +00:00
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:
parent
004390a639
commit
79ca4de35b
@ -35,7 +35,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#ifndef NAN
|
||||
#define NAN 0
|
||||
#define NAN 0.0/0.0
|
||||
#endif
|
||||
|
||||
#ifndef M_PI
|
||||
|
Loading…
Reference in New Issue
Block a user