2005-06-30 22:48:26 +00:00
|
|
|
MPlayer DVD-kit v2.3 :)
|
2002-08-16 22:43:44 +00:00
|
|
|
made by Pontscho & A'rpi for the MPlayer project
|
|
|
|
|
|
|
|
What the hell is this?
|
|
|
|
======================
|
2002-08-17 10:25:18 +00:00
|
|
|
Nothing special, just a collection of sources and patches and fixes:
|
2002-08-16 22:43:44 +00:00
|
|
|
|
2005-06-30 22:48:26 +00:00
|
|
|
- dvdread 0.9.4 + static libdvdcss
|
|
|
|
- libdvdcss 1.2.8
|
2002-08-16 22:43:44 +00:00
|
|
|
- optimizations enabled, asserts disabled
|
2002-08-17 10:25:18 +00:00
|
|
|
everything packed together with _static_ linking to maximize performance.
|
2002-08-16 22:43:44 +00:00
|
|
|
|
|
|
|
Why?
|
|
|
|
====
|
2002-08-17 10:25:18 +00:00
|
|
|
Users keep complaining about the still not fixed assert() bug, the
|
2002-08-16 22:43:44 +00:00
|
|
|
buggy libdvdcss 1.0 or the slow key-cracking process...
|
2002-08-17 10:25:18 +00:00
|
|
|
So Pontscho decided to pack these together, fix bugs and make it
|
2002-08-16 22:43:44 +00:00
|
|
|
available for the MPlayer users.
|
|
|
|
|
|
|
|
Hey, I don't like this, this is not legal!
|
|
|
|
==========================================
|
2002-08-17 10:25:18 +00:00
|
|
|
It is GPL code, so it should be legal, anyway if you don't want it, just
|
2002-08-16 22:43:44 +00:00
|
|
|
delete this directory! MPlayer's ./configure will check if this directory
|
2002-08-17 10:25:18 +00:00
|
|
|
exists, so it is OK to delete it.
|
2002-08-16 22:43:44 +00:00
|
|
|
|
2002-08-17 10:25:18 +00:00
|
|
|
How to compile mpdvdkit as a shared library (lib*.so)?
|
|
|
|
======================================================
|
2002-08-16 22:43:44 +00:00
|
|
|
After running MPlayer's ./configure, change this line in config.mak:
|
|
|
|
DVDKIT_SHARED = no
|
|
|
|
to:
|
|
|
|
DVDKIT_SHARED = yes
|
|
|
|
and make; make install; ldconfig
|