Mercurial > mplayer.hg
changeset 16629:045e93202e4a
long obsolete
author | diego |
---|---|
date | Sat, 01 Oct 2005 17:18:10 +0000 |
parents | 707845f95a15 |
children | 954cdf2171f6 |
files | libmpdvdkit2/README |
diffstat | 1 files changed, 0 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdvdkit2/README Sat Oct 01 15:35:11 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -MPlayer DVD-kit v2.3 :) -made by Pontscho & A'rpi for the MPlayer project - -What the hell is this? -====================== -Nothing special, just a collection of sources and patches and fixes: - -- dvdread 0.9.4 + static libdvdcss -- libdvdcss 1.2.8 -- optimizations enabled, asserts disabled -everything packed together with _static_ linking to maximize performance. - -Why? -==== -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 -available 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, just -delete this directory! MPlayer's ./configure will check if this directory -exists, 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 = no -to: -DVDKIT_SHARED = yes -and make; make install; ldconfig