From 82fc9f4b38244236a6ca7f946662ca653044a04c Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 19 May 2014 17:41:05 +0300 Subject: display: Include mathematics.h for fallback definition of NAN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes compilation with MSVC. Signed-off-by: Martin Storsjö --- libavutil/display.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/display.c') diff --git a/libavutil/display.c b/libavutil/display.c index ae6c1c2474..b2b98329a0 100644 --- a/libavutil/display.c +++ b/libavutil/display.c @@ -23,6 +23,7 @@ #include #include "display.h" +#include "mathematics.h" // fixed point to double #define CONV_FP(x) ((double) (x)) / (1 << 16) -- cgit v1.2.3