mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
Merge commit '82fc9f4b38'
* commit '82fc9f4b38':
display: Include mathematics.h for fallback definition of NAN
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
cd7ae5af16
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue