[Mplayer-cvslog] CVS: main/libvo vo_vesa.c,1.17,1.18

Nick Kurshev nick at mplayer.dev.hu
Mon Oct 22 11:29:19 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory mplayer:/var/tmp.root/cvs-serv29567/main/libvo

Modified Files:
	vo_vesa.c 
Log Message:
Broken BIOS test

Index: vo_vesa.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_vesa.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vo_vesa.c	21 Oct 2001 15:04:04 -0000	1.17
+++ vo_vesa.c	22 Oct 2001 09:29:16 -0000	1.18
@@ -101,6 +101,7 @@
     case VBE_VM86_FAIL: retval = "vm86() syscall failed"; break;
     case VBE_OUT_OF_DOS_MEM: retval = "Out of DOS memory"; break;
     case VBE_OUT_OF_MEM: retval = "Out of memory"; break;
+    case VBE_BROKEN_BIOS: retval = "Broken BIOS or DOS TSR"; break;
     default: sprintf(sbuff,"Uknown error: %i",err); retval=sbuff; break;
   }
   return retval;




More information about the MPlayer-cvslog mailing list