summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 20:37:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-19 20:37:07 +0000
commit7756a2c223515b2ae4a992ba98c36a036362ff32 (patch)
tree3fb44296d1cff6dd257afc0d6b8756cae9ec7686
parent721d7e8f7dae3835e26ae5adfc3a406f898213b5 (diff)
downloadmpv-7756a2c223515b2ae4a992ba98c36a036362ff32.tar.bz2
mpv-7756a2c223515b2ae4a992ba98c36a036362ff32.tar.xz
DOCS/en/ ---> DOCS/HTML/en/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11183 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure18
1 files changed, 9 insertions, 9 deletions
diff --git a/configure b/configure
index 0a30e5ee86..58e4cbefa6 100755
--- a/configure
+++ b/configure
@@ -526,7 +526,7 @@ bugs!
GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !
- *** For details please read DOCS/en/users_against_developers.html ***
+ *** For details please read DOCS/HTML/en/users-vs-dev.html ***
EOF
die "Bad gcc version"
@@ -537,14 +537,14 @@ cat <<EOF
******************************************************************************
Hmm. You really want to compile MPlayer with an *UNSUPPORTED* C compiler?
-Ok. You know. Do it. Did you read DOCS/en/users_against_developers.html???
+Ok. You know. Do it. Did you read DOCS/HTML/en/users-vs-dev.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/en/bugreports.html !
+If the problem _still_ exists, then read DOCS/HTML/en/bugreports.html !
*** DO NOT SEND BUG REPORTS OR COMPLAIN it's *YOUR* compiler's fault! ***
@@ -2071,7 +2071,7 @@ if test "$_inttypes" = yes ; then
# nothing to do
:
else
- die "cannot find header inttypes.h (see DOCS/en/faq.html)"
+ die "cannot find header inttypes.h (see DOCS/HTML/en/faq.html)"
fi
echores "$_inttypes"
@@ -4601,7 +4601,7 @@ if test "$_xanim" = auto ; then
if test "$_xanim" = yes ; then
echores "yes (using $_xanimlibdir)"
else
- echores "no (no suitable directory found - see DOCS/en/codecs.html)"
+ echores "no (no suitable directory found - see DOCS/HTML/en/codecs.html)"
fi
else
echores "no (dynamic loader support needed)"
@@ -4645,7 +4645,7 @@ if test "$_real" = auto ; then
if test "$_real" = yes ; then
echores "yes (using $_reallibdir)"
else
- echores "no (no suitable directory found - see DOCS/en/codecs.html)"
+ echores "no (no suitable directory found - see DOCS/HTML/en/codecs.html)"
fi
fi
else
@@ -4764,7 +4764,7 @@ if test "$_libavcodec" = auto ; then
echores "no (old ffmpeg version, use CVS !)"
fi
else
- echores "no (see DOCS/en/codecs.html)"
+ echores "no (see DOCS/HTML/en/codecs.html)"
fi
else
echores "$_libavcodec"
@@ -6417,7 +6417,7 @@ EOF
if test "$_mtrr" = yes ; then
- echo "Please check mtrr settings at /proc/mtrr (see DOCS/en/video.html#mtrr)"
+ echo "Please check mtrr settings at /proc/mtrr (see DOCS/HTML/en/devices.html#mtrr)"
echo
fi
@@ -6465,7 +6465,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/en/bugreports.html.
+If you suspect a bug, please read DOCS/HTML/en/bugreports.html.
EOF