summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--README17
-rw-r--r--libvo/vo_dga.c2
-rw-r--r--libvo/vo_xv.c2
3 files changed, 11 insertions, 10 deletions
diff --git a/README b/README
index dd3b394605..e187ba881a 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ not included.
This document is for getting you started in a few minutes. It cannot answer all
of your questions. If you have problems, please read the documentation in
-DOCS/en/documentation.html, which should help you solve most of your problems.
+DOCS/HTML/en/index.html, which should help you solve most of your problems.
Also read the man page to learn how to use MPlayer.
@@ -26,10 +26,10 @@ Requirements:
Before you start...
-Unless you know what are you doing, consult DOCS/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.
+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
+performance. Most cards require special drivers not included with XFree86 to
+drive their 2-D video acceleration features like YUV and scaling.
A quick and incomplete list of recommendations:
- ATI cards: Get the GATOS drivers for X11/Xv or use VIDIX.
@@ -37,7 +37,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/en/video.html.
+ DOCS/HTML/en/devices.html#video-dev.
Without accelerated video even an 800MHz P3 may be too slow to play DVDs.
@@ -223,5 +223,6 @@ files smoothly on a Celeron 366. Slower systems may need the '-framedrop'
option.
Questions you may have are probably answered in the rest of the documentation.
-The places to start reading are the man page, DOCS/en/documentation.html and
-DOCS/en/faq.html. If you find a bug, read DOCS/en/bugreports.html first!
+The places to start reading are the man page, DOCS/HTML/en/index.html and
+DOCS/HTML/en/faq.html. If you find a bug, please report it, but first read
+DOCS/HTML/en/bugreports.html.
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;
}