annotate libmpdvdkit2/README @ 8742:241f40ef5e28

More fullscreen cleanup work. Use nice macros for X atoms. Remove (added by me before) checking wem type at each fullscreen mode change. It doesn't help at all in case of window manager change.
author filon
date Fri, 03 Jan 2003 15:30:57 +0000
parents 3af201ee5eb0
children f0f0f176d298
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7031
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
1 MPlayer DVD-kit v2.2 :)
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
2 made by Pontscho & A'rpi for the MPlayer project
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
3
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
4 What the hell is this?
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
7
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
8 - dvdread 0.9.3 + static libdvdcss (removed dlopen code)
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
9 - libdvdcss 1.2.2 + per-disc css key cache patch
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
12
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
13 Why?
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
18 available for the MPlayer users.
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
19
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
20 Hey, I don't like this, this is not legal!
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
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
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
28 After running MPlayer's ./configure, change this line in config.mak:
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
29 DVDKIT_SHARED = no
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
30 to:
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
31 DVDKIT_SHARED = yes
a1ff955aa49b importing libmpdvdkit files
arpi
parents:
diff changeset
32 and make; make install; ldconfig