mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
display: Include mathematics.h for fallback definition of NAN
This fixes compilation with MSVC. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
853cc025d6
commit
82fc9f4b38
@ -23,6 +23,7 @@
|
||||
#include <math.h>
|
||||
|
||||
#include "display.h"
|
||||
#include "mathematics.h"
|
||||
|
||||
// fixed point to double
|
||||
#define CONV_FP(x) ((double) (x)) / (1 << 16)
|
||||
|
Loading…
Reference in New Issue
Block a user