infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 1310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
aa388dba30
commit
8aa1e3da03
1 changed files with 3 additions and 0 deletions
3
ffmpeg.c
3
ffmpeg.c
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue