# HG changeset patch # User diego # Date 1138024420 0 # Node ID 40b10950017739ee8fc2c1891160f46ad78d6ad0 # Parent 41d8991c36325013c7f0a9dd0eb9245315357804 Using INT_MAX without including limits.h breaks compilation on MinGW. patch by Gianluigi Tiesi, mplayer $$@$$ netfarm $$.$$ it diff -r 41d8991c3632 -r 40b109500177 libmpcodecs/ve_lavc.c --- a/libmpcodecs/ve_lavc.c Mon Jan 23 12:15:22 2006 +0000 +++ b/libmpcodecs/ve_lavc.c Mon Jan 23 13:53:40 2006 +0000 @@ -2,6 +2,7 @@ #include #include #include +#include #include #if !defined(INFINITY) && defined(HUGE_VAL)