--with-codecsdir --> --codecsdir

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20561 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-31 14:48:07 +00:00
parent b2d41e2c34
commit f44f2a116d
2 changed files with 3 additions and 4 deletions

View File

@ -598,9 +598,9 @@ $ ./configure --charset=noconv
<ulink url="http://www.mplayerhq.hu/design7/dload.html">download page</ulink>
to allow playing formats for which there is no native support yet.
Put the codecs somewhere in your path or pass
<option>--with-codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option>
<option>--codecsdir=<replaceable>c:/path/to/your/codecs</replaceable></option>
(alternatively
<option>--with-codecsdir=<replaceable>/path/to/your/codecs</replaceable></option>
<option>--codecsdir=<replaceable>/path/to/your/codecs</replaceable></option>
only on <application>Cygwin</application>) to <filename>configure</filename>.
We have had some reports that Real DLLs need to be writable by the user
running <application>MPlayer</application>, but only on some systems (NT4).

3
README
View File

@ -75,8 +75,7 @@ We provide packages for x86 and PowerPC.
Unpack the codecs archives and put the contents in a directory where MPlayer
will find them. The default directory is /usr/local/lib/codecs/ (it used to be
/usr/local/lib/win32 in the past, this also works) but you can change that to
something else by using the '--with-codecsdir=DIR' option when you run
'./configure'.
something else by passing the '--codecsdir' option to './configure'.
__________________________