mpv/libmpdvdkit2
diego 8308e63eb1 DragonFly BSD support
patch by Joerg Sonnenberger <joerg - at - britannica - dot - bec - dot - de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15567 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-25 08:48:32 +00:00
..
.cvsignore
Makefile
README
bsdi_dvd.h
bsdi_ioctl.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
bswap.h DragonFly BSD support 2005-05-25 08:48:32 +00:00
common.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
config.h
css.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
css.h
csstables.h
device.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
device.h
dvd_input.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
dvd_input.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
dvd_reader.c DragonFly BSD support 2005-05-25 08:48:32 +00:00
dvd_reader.h
dvd_udf.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
dvd_udf.h
dvdcss.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
error.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
ifo_print.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
ifo_print.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
ifo_read.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
ifo_read.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
ifo_types.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
ioctl.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
ioctl.h
libdvdcss.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-01 06:41:41 +00:00
libdvdcss.h
libdvdcss_changes.diff Remove the MPlayer-specific copyright notices. The diff would not apply 2005-03-22 22:35:03 +00:00
libdvdread_changes.diff Update for latest Cygwin-related changes. 2005-05-21 11:41:30 +00:00
nav_print.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
nav_print.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
nav_read.c Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
nav_read.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00
nav_types.h Mark modified files as such to comply more closely with GPL §2a. 2005-03-11 02:40:28 +00:00

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