summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 14:02:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-03 14:02:08 +0000
commit926e9e1c823dddb922f2866f708e695b1efa8a63 (patch)
tree73ccfffcd13c03d5f4fbaa68a5a40c4964f28209
parentba5df3845b29131e0a25cda7e24fca2460e2d896 (diff)
downloadmpv-926e9e1c823dddb922f2866f708e695b1efa8a63.tar.bz2
mpv-926e9e1c823dddb922f2866f708e695b1efa8a63.tar.xz
libmpdvdkit no longer exists.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20637 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/xml/en/cd-dvd.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/xml/en/cd-dvd.xml b/DOCS/xml/en/cd-dvd.xml
index 2e246f31d9..6f54c908d4 100644
--- a/DOCS/xml/en/cd-dvd.xml
+++ b/DOCS/xml/en/cd-dvd.xml
@@ -120,8 +120,8 @@ line with the <option>-dvd-device</option> option.
<para>
<application>MPlayer</application> uses <systemitem>libdvdread</systemitem> and
<systemitem>libdvdcss</systemitem> for DVD playback and decryption. These two
-libraries are contained in the <filename class="directory">libmpdvdkit2</filename>
-subdirectory of the <application>MPlayer</application> source tree, you do not have
+libraries are contained in the
+<application>MPlayer</application> source tree, you do not have
to install them separately. You can also use system-wide versions of the two
libraries, but this solution is not recommended, as it can result in bugs,
library incompatibilities and slower speed.
@@ -155,8 +155,8 @@ content.
DVD support needs raw sector-based access to the device. Unfortunately you must
(under Linux) be root to get the sector address of a file. That's why we don't
use the kernel's filesystem driver at all, instead we reimplement it in
-userspace. <systemitem>libdvdread</systemitem> 0.9.x and
-<systemitem>libmpdvdkit</systemitem> do this. The kernel UDF filesystem driver
+userspace. <systemitem>libdvdread</systemitem> 0.9.x does this.
+The kernel UDF filesystem driver
is not needed as they already have their own builtin UDF filesystem driver.
Also the DVD does not have to be mounted as only the raw sector-based access is
used.