[MPlayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.126,1.127
    Diego Biurrun CVS 
    syncmail at mplayerhq.hu
       
    Mon Jan 23 14:53:43 CET 2006
    
    
  
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv4708/libmpcodecs
Modified Files:
	ve_lavc.c 
Log Message:
Using INT_MAX without including limits.h breaks compilation on MinGW.
patch by Gianluigi Tiesi,  mplayer $$@$$ netfarm $$.$$ it
Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ve_lavc.c	22 Jan 2006 21:02:14 -0000	1.126
+++ ve_lavc.c	23 Jan 2006 13:53:40 -0000	1.127
@@ -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)
    
    
More information about the MPlayer-cvslog
mailing list