Added Dolby Digital recording/replay

This commit is contained in:
Klaus Schmidinger
2001-06-24 17:42:19 +02:00
parent 947750f20b
commit d67fb2ce55
13 changed files with 188 additions and 73 deletions

4
runvdr
View File

@@ -18,7 +18,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: runvdr 1.6 2001/06/09 12:20:04 kls Exp $
# $Id: runvdr 1.7 2001/06/24 17:42:19 kls Exp $
DVBDIR="../DVB/driver"
VDRPRG="./vdr"
@@ -39,6 +39,6 @@ while (true) do
echo "restarting VDR"
$KILLPROC $VDRPRG
sleep 10
(cd $DVBDIR; make reload)
(cd $DVBDIR; make rmmod; make insmod)
date
done