# HG changeset patch # User diego # Date 1162562528 0 # Node ID 8e41021cb3572ce37a1fe0aacddc2fc97c045457 # Parent 696a667916ea37fa882b59dd39248a6ee3955a6a libmpdvdkit no longer exists. diff -r 696a667916ea -r 8e41021cb357 DOCS/xml/en/cd-dvd.xml --- a/DOCS/xml/en/cd-dvd.xml Fri Nov 03 13:57:49 2006 +0000 +++ b/DOCS/xml/en/cd-dvd.xml Fri Nov 03 14:02:08 2006 +0000 @@ -120,8 +120,8 @@ MPlayer uses libdvdread and libdvdcss for DVD playback and decryption. These two -libraries are contained in the libmpdvdkit2 -subdirectory of the MPlayer source tree, you do not have +libraries are contained in the +MPlayer 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 @@ 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. libdvdread 0.9.x and -libmpdvdkit do this. The kernel UDF filesystem driver +userspace. libdvdread 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.