Commit cd7ae5af authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '82fc9f4b'

* commit '82fc9f4b':
  display: Include mathematics.h for fallback definition of NAN
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 07941c2c 82fc9f4b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment