1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 08:37:59 +00:00

/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
This commit is contained in:
diego 2003-05-25 19:31:21 +00:00
parent 4303f20f81
commit 5a1f711d3b
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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

View File

@ -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>