Skip to content

Commit

Permalink
Using INT_MAX without including limits.h breaks compilation on MinGW.
Browse files Browse the repository at this point in the history
patch by Gianluigi Tiesi,  mplayer $$@$$ netfarm $$.$$ it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17470 b3059339-0415-0410-9bf9-f77b7e298cf2
  • Loading branch information
diego committed Jan 23, 2006
1 parent 97740de commit 4e63801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmpcodecs/ve_lavc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include <time.h>

#if !defined(INFINITY) && defined(HUGE_VAL)
Expand Down

0 comments on commit 4e63801

Please sign in to comment.