Browse Source

Merge commit '82fc9f4b38244236a6ca7f946662ca653044a04c'

* commit '82fc9f4b38244236a6ca7f946662ca653044a04c':
  display: Include mathematics.h for fallback definition of NAN

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
cd7ae5af16
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/display.c

+ 1
- 0
libavutil/display.c View File

@@ -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…
Cancel
Save