[Mplayer-cvslog] CVS: main/loader/dmo DMO_VideoDecoder.c,1.5,1.6

Alex Beregszaszi alex at mplayerhq.hu
Thu Apr 24 20:49:00 CEST 2003


Update of /cvsroot/mplayer/main/loader/dmo
In directory mail:/var/tmp.root/cvs-serv29181/dmo

Modified Files:
	DMO_VideoDecoder.c 
Log Message:
last mingw32 support patch by Sascha Sommer

Index: DMO_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dmo/DMO_VideoDecoder.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DMO_VideoDecoder.c	21 Apr 2003 21:06:07 -0000	1.5
+++ DMO_VideoDecoder.c	24 Apr 2003 18:48:27 -0000	1.6
@@ -49,7 +49,9 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <sys/types.h>
+#ifndef __MINGW32__
 #include <sys/mman.h>
+#endif
 #include <stdio.h>
 #include <stdlib.h>  // labs
 



More information about the MPlayer-cvslog mailing list