[Mplayer-cvslog] CVS: main/libvo vo_fbdev.c,1.16,1.17
Szabolcs Berecz
szabii at users.sourceforge.net
Wed Apr 11 23:48:32 CEST 2001
Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv21449
Modified Files:
vo_fbdev.c
Log Message:
-fbdepth fix
Index: vo_fbdev.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_fbdev.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** vo_fbdev.c 2001/04/11 21:36:02 1.16
--- vo_fbdev.c 2001/04/11 21:48:30 1.17
***************
*** 455,460 ****
printf("fb_init: Do _not_ use the 'fbdepth' parameter! "
"this parameter will be removed\n");
! if (fb_mode_depth != 15 || fb_mode_depth != 16 ||
! fb_mode_depth != 24 || fb_mode_depth != 32) {
printf("fb_init: can't switch to %d bpp\n", fb_mode_depth);
return 1;
--- 455,460 ----
printf("fb_init: Do _not_ use the 'fbdepth' parameter! "
"this parameter will be removed\n");
! if (fb_mode_depth != 15 && fb_mode_depth != 16 &&
! fb_mode_depth != 24 && fb_mode_depth != 32) {
printf("fb_init: can't switch to %d bpp\n", fb_mode_depth);
return 1;
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list