mpv/libmpdvdkit2
alex 0fc20ac930 ranlib cleanup by Dan Christiansen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12633 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-06-24 12:52:17 +00:00
..
.cvsignore
Makefile ranlib cleanup by Dan Christiansen 2004-06-24 12:52:17 +00:00
README
bsdi_dvd.h
bsdi_ioctl.c
bswap.h
common.h __CYGWIN__->SYS_CYGWIN define moved to the right place 2003-08-30 13:38:15 +00:00
config.h
css.c synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our 2003-08-30 13:35:25 +00:00
css.h
csstables.h
device.c
device.h
dvd_input.c Fix (possible) memory corruption. dvd_input_t is pointer to struct dvd_input_s and not a struct. 2004-01-11 18:56:48 +00:00
dvd_input.h
dvd_reader.c Encrypted dvd playback now accepts -dvd-drive e: on mingw. fix from libdvdread, left out the various cosmetics changes for now 2004-05-06 18:04:06 +00:00
dvd_reader.h
dvd_udf.c patch by Joey Parrish <joey@nicewarrior.org>: 2003-08-30 13:57:24 +00:00
dvd_udf.h
dvdcss.h
error.c synced to libdvdcss 1.2.8 (except the DVDCSS_PATH guessing, we use our 2003-08-30 13:35:25 +00:00
ifo_print.c
ifo_print.h
ifo_read.c
ifo_read.h
ifo_types.h
ioctl.c
ioctl.h
libdvdcss.c __CYGWIN__->SYS_CYGWIN define moved to the right place 2003-08-30 13:38:15 +00:00
libdvdcss.h
nav_print.c
nav_print.h
nav_read.c
nav_read.h
nav_types.h

README

MPlayer DVD-kit v2.2 :)
made by Pontscho & A'rpi for the MPlayer project

What the hell is this?
======================
Nothing special, just a collection of sources and patches and fixes:

- dvdread 0.9.3 + static libdvdcss (removed dlopen code)
- libdvdcss 1.2.5
- optimizations enabled, asserts disabled
everything packed together with _static_ linking to maximize performance.

Why?
====
Users keep complaining about the still not fixed assert() bug, the
buggy libdvdcss 1.0 or the slow key-cracking process...
So Pontscho decided to pack these together, fix bugs and make it
available for the MPlayer users.

Hey, I don't like this, this is not legal!
==========================================
It is GPL code, so it should be legal, anyway if you don't want it, just
delete this directory! MPlayer's ./configure will check if this directory
exists, so it is OK to delete it.

How to compile mpdvdkit as a shared library (lib*.so)?
======================================================
After running MPlayer's ./configure, change this line in config.mak:
DVDKIT_SHARED = no
to:
DVDKIT_SHARED = yes
and make; make install; ldconfig