Mercurial > mplayer.hg
changeset 10187:f4e0b637ffc5
/usr/local/lib/codecs is now the default codecs directory.
author | diego |
---|---|
date | Sun, 25 May 2003 19:31:21 +0000 |
parents | b2deb0fdbc69 |
children | 13a2047cf94e |
files | DOCS/en/codecs.html DOCS/en/documentation.html DOCS/en/faq.html |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/en/codecs.html Sun May 25 19:29:33 2003 +0000 +++ b/DOCS/en/codecs.html Sun May 25 19:31:21 2003 +0000 @@ -343,7 +343,7 @@ <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>
--- a/DOCS/en/documentation.html Sun May 25 19:29:33 2003 +0000 +++ b/DOCS/en/documentation.html Sun May 25 19:31:21 2003 +0000 @@ -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
--- a/DOCS/en/faq.html Sun May 25 19:29:33 2003 +0000 +++ b/DOCS/en/faq.html Sun May 25 19:31:21 2003 +0000 @@ -300,7 +300,7 @@ <DD> </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>