Commit 05b8e5b9 authored by michaelni's avatar michaelni

infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1310 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9d57fe7b
......@@ -31,6 +31,9 @@
#include <time.h>
#include <ctype.h>
#if !defined(INFINITY) && defined(HUGE_VAL)
#define INFINITY HUGE_VAL
#endif
#define MAXINT64 INT64_C(0x7fffffffffffffff)
......
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