summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-24 14:07:21 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-24 14:07:21 +0100
commit715ed57ab1650cac0c6279d9cd60b2c63d32539c (patch)
treee237442562e909c163366f2a2962d5a084fd44d4 /INSTALL
parent44ee59b21ab0d84aa1f2f9cb8d55439b5dd483a8 (diff)
downloadvdr-715ed57ab1650cac0c6279d9cd60b2c63d32539c.tar.gz
vdr-715ed57ab1650cac0c6279d9cd60b2c63d32539c.tar.bz2
Removed DVD support from the core VDR source
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL30
1 files changed, 0 insertions, 30 deletions
diff --git a/INSTALL b/INSTALL
index cf694890..e87f7bea 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,23 +15,6 @@ If you have the DVB driver source in a different location
you will have to change the definition of DVBDIR in the
Makefile.
-If you want to use your DVD drive you will need to compile VDR with
-
- make DVD=1
-
-to activate DVD support. VDR then also needs the package 'libdvdread'
-in order to replay DVDs. This package is expected to be located in the
-directory ../DVD (seen from the VDR directory). Adjust the definition
-of DVDDIR in the Makefile if necessary.
-You can find 'libdvdread' at
-
- http://www.dtek.chalmers.se/groups/dvd/downloads.shtml
-
-If you want to replay CSS encrypted DVDs you also need to get the 'libdvdcss'
-library from
-
- http://www.videolan.org/libdvdcss/download.html
-
VDR requires the Linux-DVB card driver version dated 2001-09-14 or higher
to work properly.
@@ -250,19 +233,6 @@ This program must be given to VDR with the '-a' option, as in
vdr -a ac3play
-Accessing the DVD drive:
-------------------------
-
-By default VDR expects the DVD drive to be located at /dev/dvd (which
-typically is a symbolic link to the actual device, for instance /dev/hdc).
-You can use the '-V' option to overwrite this, as in
-
- vdr -V /media/dvd
-
-Note that the user id under which VDR runs needs to have write access to
-the DVD device in order to replay CSS protected DVDs (which also requires
-the presence of the 'libdvdcss' library).
-
The video data directory:
-------------------------