summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 21:15:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 21:15:23 +0000
commit7ea36434ae4fad9a88fbf61a86d516fc4c0305f4 (patch)
treef55a3105508dfe5ab39db0d3568c613e0fd7e417 /libvo
parent7756a2c223515b2ae4a992ba98c36a036362ff32 (diff)
downloadmpv-7ea36434ae4fad9a88fbf61a86d516fc4c0305f4.tar.bz2
mpv-7ea36434ae4fad9a88fbf61a86d516fc4c0305f4.tar.xz
DOCS/en/ ---> DOCS/HTML/en/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11184 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_dga.c2
-rw-r--r--libvo/vo_xv.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index f7aacaf02d..5055de2753 100644
--- a/libvo/vo_dga.c
+++ b/libvo/vo_dga.c
@@ -715,7 +715,7 @@ static uint32_t config( uint32_t width, uint32_t height,
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/en/bugreports.html)\n");
+ " Please file a bug report (see DOCS/HTML/en/bugreports.html)\n");
#ifndef HAVE_DGA2
#ifdef HAVE_XF86VM
if(vo_dga_vidmodes){
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 94a96bfeb2..b6b6856f43 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -672,7 +672,7 @@ static uint32_t preinit(const char *arg)
"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 DOCS/en/video.html#xv!\n"
+ "Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/devices.html#xv!\n"
"See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n");
return -1;
}