summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-08 12:47:57 +0000
committerwight <wight@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-08 12:47:57 +0000
commit58d2f73cfb1dba6cce353e18f2e86cdb42ad6e4a (patch)
tree3929df1ee707a8867b90b69336ce32a669ea4ff7 /DOCS
parentecb5105a2cb4a476115f232b435ed2f0abf21279 (diff)
downloadmpv-58d2f73cfb1dba6cce353e18f2e86cdb42ad6e4a.tar.bz2
mpv-58d2f73cfb1dba6cce353e18f2e86cdb42ad6e4a.tar.xz
- corrected <device< to <device>
- option is extralibdir, not extralib git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14137 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/ports.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 5fd67b5b93..690a788f50 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -318,7 +318,7 @@ Create a link from the raw device to the DVD device.
</para>
<screen>
-# ln -s /dev/rdsk/c<replaceable>&lt;SCSI bus instance&gt;</replaceable>t<replaceable>&lt;SCSI target ID&gt;</replaceable>d<replaceable>&lt;LUN&gt;</replaceable> /dev/<replaceable>&lt;device&lt;</replaceable>
+# ln -s /dev/rdsk/c<replaceable>&lt;SCSI bus instance&gt;</replaceable>t<replaceable>&lt;SCSI target ID&gt;</replaceable>d<replaceable>&lt;LUN&gt;</replaceable> /dev/<replaceable>&lt;device&gt;</replaceable>
</screen>
<para>
@@ -359,7 +359,7 @@ Crash at playback with the following error message:
</para>
<para>
-Solution: Use the extralib option of configure
+Solution: Use the extralibdir option of configure
<option>--with-extralibdir="/usr/lib -lrt"</option>
</para>
</listitem>