提交 e781c4e6 编写于 作者: M 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: NMans Rullgard <mans@mansr.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册