Mercurial > mplayer.hg
annotate libmpdvdkit2/README @ 16529:d320720fe74e
feel free to fix this as you see fit...
i want to be sure people will not take interest in this option and
look it up and try using it. just enough for those already know it
and still stubborn enough to use it.
author | ods15 |
---|---|
date | Mon, 19 Sep 2005 19:36:10 +0000 |
parents | 483e955893b8 |
children |
rev | line source |
---|---|
15874 | 1 MPlayer DVD-kit v2.3 :) |
7031 | 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 |
15874 | 8 - dvdread 0.9.4 + static libdvdcss |
9 - libdvdcss 1.2.8 | |
7031 | 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 |