[Mplayer-cvslog] CVS: main/loader/dshow DS_VideoDecoder.c,1.27,1.28
Alex Beregszaszi
alex at mplayerhq.hu
Thu Apr 24 20:48:32 CEST 2003
Update of /cvsroot/mplayer/main/loader/dshow
In directory mail:/var/tmp.root/cvs-serv29181/dshow
Modified Files:
DS_VideoDecoder.c
Log Message:
last mingw32 support patch by Sascha Sommer
Index: DS_VideoDecoder.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/dshow/DS_VideoDecoder.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- DS_VideoDecoder.c 21 Apr 2003 21:06:08 -0000 1.27
+++ DS_VideoDecoder.c 24 Apr 2003 18:48:28 -0000 1.28
@@ -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