summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-25 19:31:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-25 19:31:21 +0000
commit5a1f711d3b77025aff0879e453285af004553096 (patch)
treeac8371c049a2312b0515c366b3c0c85fb5fc834e /DOCS
parent4303f20f81550dc1d487bd61f0f7b418581a318e (diff)
downloadmpv-5a1f711d3b77025aff0879e453285af004553096.tar.bz2
mpv-5a1f711d3b77025aff0879e453285af004553096.tar.xz
/usr/local/lib/codecs is now the default codecs directory.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10188 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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>