summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-13 01:25:11 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-13 01:25:11 +0000
commit339e4f20afd03363d4f1c0220d7f5eb568d394fe (patch)
treedad56ad5ff5f685a381740046ecd39bf7e1f16f0
parentd30d73a8750a44f6daa92a2802d70b3eb0569d61 (diff)
downloadmpv-339e4f20afd03363d4f1c0220d7f5eb568d394fe.tar.bz2
mpv-339e4f20afd03363d4f1c0220d7f5eb568d394fe.tar.xz
Add missing language suffix to DOCS/ path.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10287 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xTOOLS/TOCrenumber.sh2
-rw-r--r--codec-cfg.c4
-rwxr-xr-xconfigure18
-rw-r--r--libvo/vo_dga.c2
-rw-r--r--libvo/vo_xv.c2
5 files changed, 14 insertions, 14 deletions
diff --git a/TOOLS/TOCrenumber.sh b/TOOLS/TOCrenumber.sh
index 739ad91f61..0978c76ad8 100755
--- a/TOOLS/TOCrenumber.sh
+++ b/TOOLS/TOCrenumber.sh
@@ -4,7 +4,7 @@
# it is already done in english DOCS)
#
# Usage:
-# cd DOCS/French
+# cd DOCS/fr/
# ...
# TOCrenumber.sh 2.3.1.2.1 xv_3dfx
# ...
diff --git a/codec-cfg.c b/codec-cfg.c
index a8ee162e34..97a5171afa 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -1033,8 +1033,8 @@ int main(int argc, char* argv[])
exit(0);
}
- f1=fopen("DOCS/codecs-in.html","rb"); if(!f1) exit(1);
- f2=fopen("DOCS/codecs-status.html","wb"); if(!f2) exit(1);
+ f1=fopen("DOCS/en/codecs-in.html","rb"); if(!f1) exit(1);
+ f2=fopen("DOCS/en/codecs-status.html","wb"); if(!f2) exit(1);
while((c=fgetc(f1))>=0){
if(c!='%'){
diff --git a/configure b/configure
index fec5f1ac4c..be4321fa15 100755
--- a/configure
+++ b/configure
@@ -517,7 +517,7 @@ bugs!
GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !
- *** For details please read DOCS/users_against_developers.html ***
+ *** For details please read DOCS/en/users_against_developers.html ***
EOF
die "Bad gcc version"
@@ -528,14 +528,14 @@ cat <<EOF
******************************************************************************
Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler?
-Ok. You know. Do it. Did you already read DOCS/users_against_developers.html???
+Ok. You know. Do it. Did you read DOCS/en/users_against_developers.html???
DO NOT SEND BUGREPORTS OR COMPLAIN, it's *YOUR* compiler's fault!
Get ready for mysterious crashes, no-picture bugs, strange noises... REALLY!
Lame which is used by mencoder produces weird errors, too.
If you have any problem, install a GCC 2.95.x or 3.x version and try again.
-If the problem _still_ exists, then read DOCS/bugreports.html !
+If the problem _still_ exists, then read DOCS/en/bugreports.html !
*** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! ***
@@ -1895,7 +1895,7 @@ if test "$_inttypes" = yes ; then
# nothing to do
:
else
- die "cannot find header inttypes.h (see DOCS/faq.html)"
+ die "cannot find header inttypes.h (see DOCS/en/faq.html)"
fi
echores "$_inttypes"
@@ -4315,7 +4315,7 @@ if test "$_xanim" = auto ; then
if test "$_xanim" = yes ; then
echores "yes (using $_xanimlibdir)"
else
- echores "no (no suitable directory found - see DOCS/codecs.html)"
+ echores "no (no suitable directory found - see DOCS/en/codecs.html)"
fi
else
echores "no (dynamic loader support needed)"
@@ -4358,7 +4358,7 @@ if test "$_real" = auto ; then
if test "$_real" = yes ; then
echores "yes (using $_reallibdir)"
else
- echores "no (no suitable directory found - see DOCS/codecs.html)"
+ echores "no (no suitable directory found - see DOCS/en/codecs.html)"
fi
fi
else
@@ -4475,7 +4475,7 @@ if test "$_libavcodec" = auto ; then
echores "no (old ffmpeg version, use CVS !)"
fi
else
- echores "no (see DOCS/codecs.html)"
+ echores "no (see DOCS/en/codecs.html)"
fi
else
echores "$_libavcodec"
@@ -6000,7 +6000,7 @@ EOF
if test "$_mtrr" = yes ; then
- echo "Please check mtrr settings at /proc/mtrr (see DOCS/video.html#mtrr)"
+ echo "Please check mtrr settings at /proc/mtrr (see DOCS/en/video.html#mtrr)"
echo
fi
@@ -6048,7 +6048,7 @@ cat <<EOF
Check $TMPLOG if you wonder why an autodetection failed (check whether
the development headers/packages are installed).
-If you suspect a bug, please read DOCS/bugreports.html.
+If you suspect a bug, please read DOCS/en/bugreports.html.
EOF
diff --git a/libvo/vo_dga.c b/libvo/vo_dga.c
index fbaf617e25..bde3180804 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/bugreports.html)\n");
+ " Please file a bug report (see DOCS/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 d5226f357b..1934238c63 100644
--- a/libvo/vo_xv.c
+++ b/libvo/vo_xv.c
@@ -769,7 +769,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 Xv section of DOCS/video.html !\n"
+ "Run 'xvinfo' to verify its Xv support and read DOCS/en/video.html#xv!\n"
"See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n");
return -1;
}