Commit 8aa1e3da authored by Michael Niedermayer's avatar Michael Niedermayer

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

Originally committed as revision 1310 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent aa388dba
......@@ -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