[Mplayer-cvslog] CVS: main/libmpdvdkit common.h,1.2,1.3

Atmosfear atmos4 at mplayerhq.hu
Mon Jun 17 23:40:08 CEST 2002


Update of /cvsroot/mplayer/main/libmpdvdkit
In directory mail:/var/tmp.root/cvs-serv16540/libmpdvdkit

Modified Files:
	common.h 
Log Message:
Fix libmpdvdkit compilation on SunOS.


Index: common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit/common.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- common.h	4 Jun 2002 20:11:15 -0000	1.2
+++ common.h	17 Jun 2002 21:40:00 -0000	1.3
@@ -36,8 +36,10 @@
 
 typedef u8                  byte_t;
 
+#ifndef __svr4__ /* SunOS has its own boolean_t */
 /* Boolean type */
 typedef int                 boolean_t;
+#endif
 
 #ifdef SYS_GNU
 #   define _MACH_I386_BOOLEAN_H_




More information about the MPlayer-cvslog mailing list