1
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 01:36:25 +01:00
mpv/libmpdvdkit2
arpi 134caf9023 importing libmpdvdkit files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7032 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 22:43:44 +00:00
..
bsdi_dvd.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
bsdi_ioctl.c importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
bswap.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
common.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
config.h importing libmpdvdkit files 2002-08-16 22:43:44 +00:00
css.c importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
css.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
csstables.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
device.c importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
device.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
dvd_input.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvd_input.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvd_reader.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvd_reader.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvd_udf.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvd_udf.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
dvdcss.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
error.c importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
ifo_print.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
ifo_print.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
ifo_read.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
ifo_read.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
ifo_types.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
ioctl.c importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
ioctl.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
libdvdcss.c importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
libdvdcss.h importing libdvdcss 1.2.2 files 2002-08-16 22:35:45 +00:00
Makefile importing libmpdvdkit files 2002-08-16 22:43:44 +00:00
nav_print.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
nav_print.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
nav_read.c importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
nav_read.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
nav_types.h importing libdvdread 0.9.3 files 2002-08-16 22:37:48 +00:00
README importing libmpdvdkit files 2002-08-16 22:43:44 +00:00

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

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

- dvdread 0.9.3 + static libdvdcss (removed dlopen code)
- libdvdcss 1.2.2 + per-disc css key cache patch
- 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 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.

How to ccompile mpdvdkit as 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