[Mplayer-cvslog] CVS: main/libvo Makefile, 1.41, 1.42 vo_fbdev.c, 1.88, 1.89 vo_fbdev2.c, 1.3, 1.4 vo_mga.c, 1.36, 1.37
Attila Kinali CVS
attila at mplayerhq.hu
Sat Jan 10 10:48:17 CET 2004
Update of /cvsroot/mplayer/main/libvo
In directory mail:/scsi/2/tmp/cvs-serv24026/libvo
Modified Files:
Makefile vo_fbdev.c vo_fbdev2.c vo_mga.c
Log Message:
linux 2.6 patch by "ismail 'cartman' dönmez" <ismail.donmez at boun.edu.tr>
no idea whether this really works :)
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/Makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- Makefile 8 Dec 2003 09:38:25 -0000 1.41
+++ Makefile 10 Jan 2004 09:48:14 -0000 1.42
@@ -10,7 +10,7 @@
SRCS += vosub_vidix.c
endif
-CFLAGS = $(OPTFLAGS) -I. -I.. $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
+CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep $(FREETYPE_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DIRECTFB_INC) -DMPG12PLAY #-Wall
.SUFFIXES: .c .o
Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- vo_fbdev.c 8 Nov 2003 00:26:49 -0000 1.88
+++ vo_fbdev.c 10 Jan 2004 09:48:14 -0000 1.89
@@ -18,6 +18,7 @@
#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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vo_fbdev2.c 8 Nov 2003 00:26:49 -0000 1.3
+++ vo_fbdev2.c 10 Jan 2004 09:48:14 -0000 1.4
@@ -13,6 +13,7 @@
#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.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- vo_mga.c 26 Apr 2003 16:56:21 -0000 1.36
+++ vo_mga.c 10 Jan 2004 09:48:14 -0000 1.37
@@ -14,6 +14,7 @@
#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