# HG changeset patch # User diego # Date 1029579918 0 # Node ID 3af201ee5eb08afc1842798dd11b96d42259d20c # Parent 9a0cc1f1e37a5bfe0807eacfaa81c9c937427680 Bah, if we start spellchecking this, we might as well do it right ;-) diff -r 9a0cc1f1e37a -r 3af201ee5eb0 libmpdvdkit2/README --- a/libmpdvdkit2/README Sat Aug 17 09:34:53 2002 +0000 +++ b/libmpdvdkit2/README Sat Aug 17 10:25:18 2002 +0000 @@ -3,28 +3,28 @@ What the hell is this? ====================== -nothing special, just collection of sources and patches and fixes: +Nothing special, just a collection of sources and patches and fixes: - dvdread 0.9.3 + static libdvdcss (removed dlopen code) - libdvdcss 1.2.2 + per-disc css key cache patch - optimizations enabled, asserts disabled -everything packed together with _static_ linking to maximize performance +everything packed together with _static_ linking to maximize performance. Why? ==== -users keep complaining about the still not fixed assert() bug, the +Users keep complaining about the still not fixed assert() bug, the buggy libdvdcss 1.0 or the slow key-cracking process... -so Pontscho decided to pack these together, fix bugs and make it +So Pontscho decided to pack these together, fix bugs and make it available for the MPlayer users. Hey, I don't like this, this is not legal! ========================================== -It is GPL code, so should be legal, anyway if you don't want it, just +It is GPL code, so it should be legal, anyway if you don't want it, just delete this directory! MPlayer's ./configure will check if this directory -exists, so it is OK to delete. +exists, so it is OK to delete it. -How to compile mpdvdkit as shared library (lib*.so)? -===================================================== +How to compile mpdvdkit as a shared library (lib*.so)? +====================================================== After running MPlayer's ./configure, change this line in config.mak: DVDKIT_SHARED = no to: