Commit e781c4e6 authored by Mans Rullgard's avatar Mans Rullgard

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: 's avatarMans Rullgard <mans@mansr.com>
parent 1e48cdaa
......@@ -26,7 +26,7 @@
*/
#include <stdint.h>
#include <math.h>
#include "mathematics.h"
#include "intfloat_readwrite.h"
double av_int2dbl(int64_t v){
......
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