[Mplayer-cvslog] CVS: main/libmpdemux/realrtsp real.c,1.6,1.7

Alex Beregszaszi syncmail at mplayerhq.hu
Sun Jul 18 06:23:41 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libmpdemux/realrtsp
In directory mail:/var2/tmp/cvs-serv25784

Modified Files:
	real.c 
Log Message:
no redefinition, clashes with OpenBSD

Index: real.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/realrtsp/real.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- real.c	25 Apr 2004 00:17:23 -0000	1.6
+++ real.c	18 Jul 2004 04:23:38 -0000	1.7
@@ -55,7 +55,9 @@
 
 #define BE_32(x)  be2me_32(*(uint32_t*)(x))
 
+#ifndef MAX
 #define MAX(x,y) ((x>y) ? x : y)
+#endif
 
 #ifdef LOG
 static void hexdump (const char *buf, int length) {




More information about the MPlayer-cvslog mailing list