annotate libmpdvdkit2/README @ 15939:4119b6ef4e87

add 'aspect' and 'round' params to vf_expand. (my first commit! I hope I did this correctly ;)
author ods15
date Thu, 07 Jul 2005 19:54:58 +0000
parents 483e955893b8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15874
483e955893b8 update libdvdread to v0.9.4
aurel
parents: 9333
diff changeset
1 MPlayer DVD-kit v2.3 :)
7031
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
15874
483e955893b8 update libdvdread to v0.9.4
aurel
parents: 9333
diff changeset
8 - dvdread 0.9.4 + static libdvdcss
483e955893b8 update libdvdread to v0.9.4
aurel
parents: 9333
diff changeset
9 - libdvdcss 1.2.8
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