mirror of https://github.com/mpv-player/mpv
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8372 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
903fa8fe70
commit
8786e7fb49
|
@ -4,6 +4,10 @@
|
|||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#if !defined(INFINITY) && defined(HUGE_VAL)
|
||||
#define INFINITY HUGE_VAL
|
||||
#endif
|
||||
|
||||
#include "../config.h"
|
||||
|
||||
#ifdef USE_LIBAVCODEC
|
||||
|
|
Loading…
Reference in New Issue