summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 02:24:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 02:24:23 +0000
commit56a40089dd903c4448ec2675f3d37fee70ce4f97 (patch)
tree2de503290ddd4d7cbd4dadf7bf3e6eaabe4c0e40
parent61a4859db220134b05bb480de45f333d875f8cc2 (diff)
downloadmpv-56a40089dd903c4448ec2675f3d37fee70ce4f97.tar.bz2
mpv-56a40089dd903c4448ec2675f3d37fee70ce4f97.tar.xz
devices.html is no more, links updated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13915 b3059339-0415-0410-9bf9-f77b7e298cf2
-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;
}