MPlayer DVD-kit v2.2 :)made by Pontscho & A'rpi for the MPlayer projectWhat the hell is this?======================Nothing special, just a collection of sources and patches and fixes:- dvdread 0.9.3 + static libdvdcss (removed dlopen code)- libdvdcss 1.2.5- optimizations enabled, asserts disabledeverything packed together with _static_ linking to maximize performance.Why?====Users keep complaining about the still not fixed assert() bug, thebuggy libdvdcss 1.0 or the slow key-cracking process...So Pontscho decided to pack these together, fix bugs and make itavailable for the MPlayer users.Hey, I don't like this, this is not legal!==========================================It is GPL code, so it should be legal, anyway if you don't want it, justdelete this directory! MPlayer's ./configure will check if this directoryexists, so it is OK to delete it.How to compile mpdvdkit as a shared library (lib*.so)?======================================================After running MPlayer's ./configure, change this line in config.mak:DVDKIT_SHARED = noto:DVDKIT_SHARED = yesand make; make install; ldconfig