[Mplayer-cvslog] CVS: main/libmpcodecs vf_bmovl.c,1.1,1.2

Arpi of Ize arpi at mplayerhq.hu
Wed Oct 23 13:20:30 CEST 2002


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

Modified Files:
	vf_bmovl.c 
Log Message:
time.h required for select()


Index: vf_bmovl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_bmovl.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_bmovl.c	23 Oct 2002 00:26:27 -0000	1.1
+++ vf_bmovl.c	23 Oct 2002 11:20:07 -0000	1.2
@@ -58,6 +58,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <sys/types.h>
+#include <sys/time.h>
 #include <fcntl.h>
 #include "mp_image.h"
 #include "vf.h"




More information about the MPlayer-cvslog mailing list