mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00: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