comparison libmpdvdkit2/README @ 7037:3af201ee5eb0

Bah, if we start spellchecking this, we might as well do it right ;-)
author diego
date Sat, 17 Aug 2002 10:25:18 +0000
parents 1efd78723952
children f0f0f176d298
comparison
equal deleted inserted replaced
7036:9a0cc1f1e37a 7037:3af201ee5eb0
1 MPlayer DVD-kit v2.2 :) 1 MPlayer DVD-kit v2.2 :)
2 made by Pontscho & A'rpi for the MPlayer project 2 made by Pontscho & A'rpi for the MPlayer project
3 3
4 What the hell is this? 4 What the hell is this?
5 ====================== 5 ======================
6 nothing special, just collection of sources and patches and fixes: 6 Nothing special, just a collection of sources and patches and fixes:
7 7
8 - dvdread 0.9.3 + static libdvdcss (removed dlopen code) 8 - dvdread 0.9.3 + static libdvdcss (removed dlopen code)
9 - libdvdcss 1.2.2 + per-disc css key cache patch 9 - libdvdcss 1.2.2 + per-disc css key cache patch
10 - optimizations enabled, asserts disabled 10 - optimizations enabled, asserts disabled
11 everything packed together with _static_ linking to maximize performance 11 everything packed together with _static_ linking to maximize performance.
12 12
13 Why? 13 Why?
14 ==== 14 ====
15 users keep complaining about the still not fixed assert() bug, the 15 Users keep complaining about the still not fixed assert() bug, the
16 buggy libdvdcss 1.0 or the slow key-cracking process... 16 buggy libdvdcss 1.0 or the slow key-cracking process...
17 so Pontscho decided to pack these together, fix bugs and make it 17 So Pontscho decided to pack these together, fix bugs and make it
18 available for the MPlayer users. 18 available for the MPlayer users.
19 19
20 Hey, I don't like this, this is not legal! 20 Hey, I don't like this, this is not legal!
21 ========================================== 21 ==========================================
22 It is GPL code, so should be legal, anyway if you don't want it, just 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 23 delete this directory! MPlayer's ./configure will check if this directory
24 exists, so it is OK to delete. 24 exists, so it is OK to delete it.
25 25
26 How to compile mpdvdkit as shared library (lib*.so)? 26 How to compile mpdvdkit as a shared library (lib*.so)?
27 ===================================================== 27 ======================================================
28 After running MPlayer's ./configure, change this line in config.mak: 28 After running MPlayer's ./configure, change this line in config.mak:
29 DVDKIT_SHARED = no 29 DVDKIT_SHARED = no
30 to: 30 to:
31 DVDKIT_SHARED = yes 31 DVDKIT_SHARED = yes
32 and make; make install; ldconfig 32 and make; make install; ldconfig