[MPlayer-cvslog] CVS: main/libvo vo_fbdev.c, 1.89, 1.90 vo_fbdev2.c, 1.4, 1.5 vo_mga.c, 1.37, 1.38

Richard Felker CVS syncmail at mplayerhq.hu
Fri Dec 3 21:55:02 CET 2004


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv12985/libvo

Modified Files:
	vo_fbdev.c vo_fbdev2.c vo_mga.c 
Log Message:
remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems

Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- vo_fbdev.c	10 Jan 2004 09:48:14 -0000	1.89
+++ vo_fbdev.c	3 Dec 2004 20:55:00 -0000	1.90
@@ -18,7 +18,6 @@
 #include <sys/mman.h>
 #include <sys/ioctl.h>
 #include <sys/kd.h>
-#include "kerneltwosix.h"
 #include <linux/fb.h>
 
 #include "config.h"

Index: vo_fbdev2.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev2.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vo_fbdev2.c	10 Jan 2004 09:48:14 -0000	1.4
+++ vo_fbdev2.c	3 Dec 2004 20:55:00 -0000	1.5
@@ -13,7 +13,6 @@
 
 #include <sys/mman.h>
 #include <sys/ioctl.h>
-#include "kerneltwosix.h"
 #include <linux/fb.h>
 
 #include "config.h"

Index: vo_mga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_mga.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- vo_mga.c	10 Jan 2004 09:48:14 -0000	1.37
+++ vo_mga.c	3 Dec 2004 20:55:00 -0000	1.38
@@ -14,7 +14,6 @@
 #include <unistd.h>
 #include <fcntl.h>
 #include <sys/mman.h>
-#include "kerneltwosix.h"
 #include <linux/fb.h>
 
 #include "drivers/mga_vid.h"




More information about the MPlayer-cvslog mailing list