annotate libmpdvdkit2/README @ 10405:a5785a0b9ee1

-dvd -> dvd:// and -vcd -> vcd://
author jonas
date Wed, 09 Jul 2003 20:10:48 +0000
parents f0f0f176d298
children 483e955893b8
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)
9333
f0f0f176d298 sync with libdvdcss 1.2.5 (including u8->uint8_t and whitespace cosmetics...)
arpi
parents: 7037
diff changeset
9 - libdvdcss 1.2.5
7031
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