[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.56,1.57
pl
pl at mplayer.dev.hu
Sun Jan 27 19:07:00 CET 2002
Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv13472/libvo
Modified Files:
vo_fbdev.c
Log Message:
did not compile when --disable-vidix was used
Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- vo_fbdev.c 27 Jan 2002 16:45:48 -0000 1.56
+++ vo_fbdev.c 27 Jan 2002 18:06:56 -0000 1.57
@@ -47,8 +47,8 @@
#ifdef CONFIG_VIDIX
/* Name of VIDIX driver */
static const char *vidix_name = NULL;
-static int pre_init_err = 0xFFFFFFFEUL;
#endif
+static int pre_init_err = 0xFFFFFFFEUL;
/******************************
* fb.modes support *
******************************/
More information about the MPlayer-cvslog
mailing list