summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-17 10:25:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-17 10:25:18 +0000
commit7106873b8a27f25d5f819926f41ade228d42d38b (patch)
treed07bd526a623911ecc9f069796dde2bf2ce706e0 /libmpdvdkit2
parent90e926973afbd3d9ab375b944fd0123db878b080 (diff)
downloadmpv-7106873b8a27f25d5f819926f41ade228d42d38b.tar.bz2
mpv-7106873b8a27f25d5f819926f41ade228d42d38b.tar.xz
Bah, if we start spellchecking this, we might as well do it right ;-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7038 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdvdkit2')
-rw-r--r--libmpdvdkit2/README16
1 files changed, 8 insertions, 8 deletions
diff --git a/libmpdvdkit2/README b/libmpdvdkit2/README
index aa6c3d4950..13cb826a44 100644
--- a/libmpdvdkit2/README
+++ b/libmpdvdkit2/README
@@ -3,28 +3,28 @@ made by Pontscho & A'rpi for the MPlayer project
What the hell is this?
======================
-nothing special, just collection of sources and patches and fixes:
+Nothing special, just a 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
+everything packed together with _static_ linking to maximize performance.
Why?
====
-users keep complaining about the still not fixed assert() bug, the
+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
+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
+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.
+exists, so it is OK to delete it.
-How to compile mpdvdkit as shared library (lib*.so)?
-=====================================================
+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: