summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README6
-rw-r--r--libvo/vo_xv.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index f1360a4748..c8efa1bccc 100644
--- a/README
+++ b/README
@@ -25,8 +25,8 @@ Requirements:
Before you start...
-Unless you know what are you doing, consult DOCS/HTML/en/devices.html#video-dev
-to see which driver to use with your video card to get the best quality and
+Unless you know what are you doing, consult DOCS/HTML/en/video.html to see
+which driver to use with your video card to get the best quality and
performance. Most cards require special drivers not included with XFree86 to
drive their 2-D video acceleration features like YUV and scaling.
@@ -36,7 +36,7 @@ A quick and incomplete list of recommendations:
- 3dfx Voodoo3/Banshee: Get XFree86 4.2.0+ for Xv or use the tdfxfb driver.
- nVidia cards: Get the X11 driver from www.nvidia.com for Xv support.
- NeoMagic cards: Get an Xv capable driver from our homepage as described in
- DOCS/HTML/en/devices.html#video-dev.
+ DOCS/HTML/en/video.html.
Without accelerated video even an 800MHz P3 may be too slow to play DVDs.
diff --git a/libvo/vo_xv.c b/libvo/vo_xv.c
index 74fa0a5de6..6e7f4a2e64 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -871,7 +871,7 @@ static uint32_t preinit(const char *arg)
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/HTML/en/devices.html#xv!\n"
+ "Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/video.html#xv!\n"
"See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n");
return -1;
}