Mercurial > mplayer.hg
changeset 20545:150596447eda
--with-codecsdir --> --codecsdir
author | diego |
---|---|
date | Tue, 31 Oct 2006 14:48:07 +0000 |
parents | 6612c7dde2cd |
children | d66105346fb9 |
files | DOCS/xml/en/ports.xml README |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Tue Oct 31 14:47:34 2006 +0000 +++ b/DOCS/xml/en/ports.xml Tue Oct 31 14:48:07 2006 +0000 @@ -598,9 +598,9 @@ <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).
--- a/README Tue Oct 31 14:47:34 2006 +0000 +++ b/README Tue Oct 31 14:48:07 2006 +0000 @@ -75,8 +75,7 @@ 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'. __________________________