summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/en/codecs.html2
-rw-r--r--DOCS/en/documentation.html2
-rw-r--r--DOCS/en/faq.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/en/codecs.html b/DOCS/en/codecs.html
index 551e9e0217..b41f6be6ce 100644
--- a/DOCS/en/codecs.html
+++ b/DOCS/en/codecs.html
@@ -343,7 +343,7 @@ MPlayer supports decoding all versions of RealVideo:
<LI>download QuickTime DLL pack from
<A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">http://www.mplayerhq.hu/MPlayer/releases/codecs/</A></LI>
<LI>extract QuickTime DLL pack to your Win32 codecs directory (default:
- <CODE>/usr/lib/win32</CODE>)</LI>
+ <CODE>/usr/local/lib/codecs/</CODE>)</LI>
</OL>
diff --git a/DOCS/en/documentation.html b/DOCS/en/documentation.html
index fe120008fc..d4d0ae5bd0 100644
--- a/DOCS/en/documentation.html
+++ b/DOCS/en/documentation.html
@@ -590,7 +590,7 @@
<LI><B>Win32 codecs</B>: If you plan to use MPlayer on x86 architecture, you
will possibly need them. Download the Win32 codecs from our
<A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</A>
- and install them to <CODE>/usr/lib/win32</CODE> <B>BEFORE</B> compiling
+ and install them to <CODE>/usr/local/lib/codecs/</CODE> <B>BEFORE</B> compiling
MPlayer, otherwise no Win32 support will be compiled!<BR>
<B>Note:</B> the avifile project has a similar codecs package, but it differs
from ours. If you want to use all supported codecs, then install our package
diff --git a/DOCS/en/faq.html b/DOCS/en/faq.html
index 31b1c9e88d..6ccb8417df 100644
--- a/DOCS/en/faq.html
+++ b/DOCS/en/faq.html
@@ -300,7 +300,7 @@
<DD>&nbsp;</DD>
<DT>Q: There are error messages about file not found
- <CODE>/usr/lib/win32/</CODE> ...</DT>
+ <CODE>/usr/local/lib/codecs/</CODE> ...</DT>
<DD>A: Download the Win32 codecs from our
<A HREF="http://www.mplayerhq.hu/MPlayer/releases/codecs/">codecs page</A>
(avifile's codec package has a different DLL set) and install it.</DD>