missing include
[mplayer/glamo.git] / libmpdvdkit2 / README
blobb1b55bfa878a92314307cc7dec8f394175e37e85
1 MPlayer DVD-kit v2.3 :)
2 made by Pontscho & A'rpi for the MPlayer project
4 What the hell is this?
5 ======================
6 Nothing special, just a collection of sources and patches and fixes:
8 - dvdread 0.9.4 + static libdvdcss
9 - libdvdcss 1.2.8
10 - optimizations enabled, asserts disabled
11 everything packed together with _static_ linking to maximize performance.
13 Why?
14 ====
15 Users keep complaining about the still not fixed assert() bug, the
16 buggy libdvdcss 1.0 or the slow key-cracking process...
17 So Pontscho decided to pack these together, fix bugs and make it
18 available for the MPlayer users.
20 Hey, I don't like this, this is not legal!
21 ==========================================
22 It is GPL code, so it should be legal, anyway if you don't want it, just
23 delete this directory! MPlayer's ./configure will check if this directory
24 exists, so it is OK to delete it.
26 How to compile mpdvdkit as a shared library (lib*.so)?
27 ======================================================
28 After running MPlayer's ./configure, change this line in config.mak:
29 DVDKIT_SHARED = no
30 to:
31 DVDKIT_SHARED = yes
32 and make; make install; ldconfig