Adapted VDR to the NEWSTRUCT driver

This commit is contained in:
Klaus Schmidinger
2002-08-10 14:58:25 +02:00
parent 506c772bd7
commit fd1f60e0e0
9 changed files with 171 additions and 38 deletions

View File

@@ -1392,3 +1392,9 @@ Video Disk Recorder Revision History
- Now using CC, CFLAGS, CXX and CXXFLAGS in Makefile.
- Changed the cDevice class to allow plugins to implement their own devices (see
PLUGINS.html for details).
2002-08-10: Version 1.1.7
- Adapted VDR to the NEWSTRUCT driver. To use the new driver, compile VDR with
'make NEWSTRUCT=1' (thanks to Holger W<>chtler for some valuable advice).
By default it currently still uses the old driver.