[MPlayer-cvslog] CVS: main/libmpcodecs vf_bmovl.c,1.13,1.14

Ivan Kalvachev CVS syncmail at mplayerhq.hu
Thu Feb 16 11:08:05 CET 2006


CVS change done by Ivan Kalvachev CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv16984/libmpcodecs

Modified Files:
	vf_bmovl.c 
Log Message:
include config.h before includes that need it
based on patch by Alan Curry <pacman at theworld com>


Index: vf_bmovl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_bmovl.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vf_bmovl.c	18 Nov 2005 14:39:22 -0000	1.13
+++ vf_bmovl.c	16 Feb 2006 10:08:03 -0000	1.14
@@ -63,10 +63,10 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <fcntl.h>
+#include "config.h"
 #include "mp_image.h"
 #include "vf.h"
 #include "img_format.h"
-#include "config.h"
 
 #ifndef HAVE_NO_POSIX_SELECT
 




More information about the MPlayer-cvslog mailing list