changeset 13914:efc819eee6e3

devices.html is no more, links updated.
author diego
date Thu, 11 Nov 2004 02:24:23 +0000
parents c7d1760a4767
children c012194ba7d7
files README libvo/vo_xv.c
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Nov 11 02:12:36 2004 +0000
+++ b/README	Thu Nov 11 02:24:23 2004 +0000
@@ -25,8 +25,8 @@
 
 
 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 @@
 - 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.
 
--- a/libvo/vo_xv.c	Thu Nov 11 02:12:36 2004 +0000
+++ b/libvo/vo_xv.c	Thu Nov 11 02:24:23 2004 +0000
@@ -871,7 +871,7 @@
         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;
     }