[Mplayer-cvslog] CVS: main/libmpcodecs ve_lavc.c,1.44,1.45
Michael Niedermayer CVS
michael at mplayerhq.hu
Thu Dec 5 10:13:40 CET 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv30844
Modified Files:
ve_lavc.c
Log Message:
infinity fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Index: ve_lavc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/ve_lavc.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ve_lavc.c 4 Dec 2002 21:46:53 -0000 1.44
+++ ve_lavc.c 5 Dec 2002 09:13:29 -0000 1.45
@@ -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
More information about the MPlayer-cvslog
mailing list