summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2/README
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-16 22:43:44 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-16 22:43:44 +0000
commit134caf90233ebfb7de946fa323ac2dba1ed5db4d (patch)
tree71ceb76f912bd0cf7a28930ec1be2d65f09ad2b8 /libmpdvdkit2/README
parent672183346b7e2e24a69d0e4132d7fafc8185a33d (diff)
downloadmpv-134caf90233ebfb7de946fa323ac2dba1ed5db4d.tar.bz2
mpv-134caf90233ebfb7de946fa323ac2dba1ed5db4d.tar.xz
importing libmpdvdkit files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7032 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdvdkit2/README')
-rw-r--r--libmpdvdkit2/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/libmpdvdkit2/README b/libmpdvdkit2/README
new file mode 100644
index 0000000000..cd37c27292
--- /dev/null
+++ b/libmpdvdkit2/README
@@ -0,0 +1,32 @@
+MPlayer DVD-kit v2.2 :)
+made by Pontscho & A'rpi for the MPlayer project
+
+What the hell is this?
+======================
+nothing special, just 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
+
+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 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.
+
+How to ccompile mpdvdkit as 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