[MPlayer-cvslog] CVS: main/libmpdemux stream_file.c,1.8,1.9
Sascha Sommer CVS
syncmail at mplayerhq.hu
Thu Oct 13 14:13:52 CEST 2005
CVS change done by Sascha Sommer CVS
Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var2/tmp/cvs-serv19363/libmpdemux
Modified Files:
stream_file.c
Log Message:
we need stdio.h for SEEK_SET on mingw, patch by Zuxy <zuxy.meng at gmail.com>
Index: stream_file.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/stream_file.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- stream_file.c 14 May 2005 12:50:59 -0000 1.8
+++ stream_file.c 13 Oct 2005 12:13:49 -0000 1.9
@@ -1,6 +1,7 @@
#include "config.h"
+#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
More information about the MPlayer-cvslog
mailing list