Skip to content
Snippets Groups Projects
Commit e781c4e6 authored by Mans Rullgard's avatar Mans Rullgard
Browse files

intfloat_readwrite: include "mathematics.h" for fallback macros


This allows this file to build on systems lacking NAN or INFINITY
in math.h.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
parent 1e48cdaa
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
*/
#include <stdint.h>
#include <math.h>
#include "mathematics.h"
#include "intfloat_readwrite.h"
double av_int2dbl(int64_t v){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment