From f44f2a116d42cd0d57f7858820c7b9c9ad33405e Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 31 Oct 2006 14:48:07 +0000 Subject: [PATCH] --with-codecsdir --> --codecsdir git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20561 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/xml/en/ports.xml | 4 ++-- README | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 7698e0b499..2283287651 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -598,9 +598,9 @@ $ ./configure --charset=noconv download page to allow playing formats for which there is no native support yet. Put the codecs somewhere in your path or pass - + (alternatively - + only on Cygwin) to configure. We have had some reports that Real DLLs need to be writable by the user running MPlayer, but only on some systems (NT4). diff --git a/README b/README index e74714b995..75ec28d691 100644 --- a/README +++ b/README @@ -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'. __________________________