Mercurial > mplayer.hg
annotate libmpdvdkit2/README @ 8751:f117a4150786
We now have -ao esd.
author | diego |
---|---|
date | Fri, 03 Jan 2003 22:56:18 +0000 |
parents | 3af201ee5eb0 |
children | f0f0f176d298 |
rev | line source |
---|---|
7031 | 1 MPlayer DVD-kit v2.2 :) |
2 made by Pontscho & A'rpi for the MPlayer project | |
3 | |
4 What the hell is this? | |
5 ====================== | |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
6 Nothing special, just a collection of sources and patches and fixes: |
7031 | 7 |
8 - dvdread 0.9.3 + static libdvdcss (removed dlopen code) | |
9 - libdvdcss 1.2.2 + per-disc css key cache patch | |
10 - optimizations enabled, asserts disabled | |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
11 everything packed together with _static_ linking to maximize performance. |
7031 | 12 |
13 Why? | |
14 ==== | |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
15 Users keep complaining about the still not fixed assert() bug, the |
7031 | 16 buggy libdvdcss 1.0 or the slow key-cracking process... |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
17 So Pontscho decided to pack these together, fix bugs and make it |
7031 | 18 available for the MPlayer users. |
19 | |
20 Hey, I don't like this, this is not legal! | |
21 ========================================== | |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
22 It is GPL code, so it should be legal, anyway if you don't want it, just |
7031 | 23 delete this directory! MPlayer's ./configure will check if this directory |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
24 exists, so it is OK to delete it. |
7031 | 25 |
7037
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
26 How to compile mpdvdkit as a shared library (lib*.so)? |
3af201ee5eb0
Bah, if we start spellchecking this, we might as well do it right ;-)
diego
parents:
7035
diff
changeset
|
27 ====================================================== |
7031 | 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 |