summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-01 17:18:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-01 17:18:10 +0000
commiteceae670348af012765a558edc44bf8ee64cd408 (patch)
tree16a3642f08718318b4246d8a63e5c8b21eb3175e /libmpdvdkit2
parentf8212e29483a173b42a8e27c8d5d6a088d515df4 (diff)
downloadmpv-eceae670348af012765a558edc44bf8ee64cd408.tar.bz2
mpv-eceae670348af012765a558edc44bf8ee64cd408.tar.xz
long obsolete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16630 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdvdkit2')
-rw-r--r--libmpdvdkit2/README32
1 files changed, 0 insertions, 32 deletions
diff --git a/libmpdvdkit2/README b/libmpdvdkit2/README
deleted file mode 100644
index b1b55bfa87..0000000000
--- a/libmpdvdkit2/README
+++ /dev/null
@@ -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