[Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.64,1.65 vo_xv.c,1.140,1.141

Diego Biurrun CVS diego at mplayerhq.hu
Fri Jun 13 03:25:14 CEST 2003


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

Modified Files:
	vo_dga.c vo_xv.c 
Log Message:
Add missing language suffix to DOCS/ path.


Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- vo_dga.c	1 Jun 2003 22:09:20 -0000	1.64
+++ vo_dga.c	13 Jun 2003 01:25:11 -0000	1.65
@@ -715,7 +715,7 @@
   if(vo_dga_vp_width == VO_DGA_INVALID_RES){
     mp_msg(MSGT_VO,  MSGL_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n"
 		       "         single suitable mode!\n"
-		       "         Please file a bug report (see DOCS/bugreports.html)\n");
+		       "         Please file a bug report (see DOCS/en/bugreports.html)\n");
 #ifndef HAVE_DGA2
 #ifdef HAVE_XF86VM
     if(vo_dga_vidmodes){

Index: vo_xv.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_xv.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- vo_xv.c	16 May 2003 16:03:42 -0000	1.140
+++ vo_xv.c	13 Jun 2003 01:25:11 -0000	1.141
@@ -769,7 +769,7 @@
 	    "see 'mplayer -vo help' for other (non-xv) video out drivers.\n");
       else
 	mp_msg(MSGT_VO,MSGL_ERR,"It seems there is no Xvideo support for your video card available.\n"
-	    "Run 'xvinfo' to verify its Xv support, and read Xv section of DOCS/video.html !\n"
+	    "Run 'xvinfo' to verify its Xv support and read DOCS/en/video.html#xv!\n"
 	    "See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n");
 	return -1;
     }



More information about the MPlayer-cvslog mailing list