[Mplayer-cvslog] CVS: main/libmpdemux ebml.h,1.2,1.3

Alex Beregszaszi alex at mplayerhq.hu
Sun Jan 25 17:17:40 CET 2004


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/tmp/cvs-serv10241

Modified Files:
	ebml.h 
Log Message:
freebsd fix (btw, why does it needs this int_max shit?

Index: ebml.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/ebml.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ebml.h	20 Jan 2004 14:10:48 -0000	1.2
+++ ebml.h	25 Jan 2004 16:17:38 -0000	1.3
@@ -153,6 +153,13 @@
 #define MATROSKA_SUBTYPE_SSA       2
 #define MATROSKA_SUBTYPE_VOBSUB    3
 
+#ifndef UINT64_MAX
+#define UINT64_MAX 18446744073709551615ULL
+#endif
+
+#ifndef INT64_MAX
+#define INT64_MAX 9223372036854775807LL
+#endif
 
 #define EBML_UINT_INVALID   UINT64_MAX
 #define EBML_INT_INVALID    INT64_MAX




More information about the MPlayer-cvslog mailing list