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:
michael 2002-12-05 09:13:29 +00:00
parent 903fa8fe70
commit 8786e7fb49
1 changed files with 4 additions and 0 deletions

View File

@ -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