summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-04-19 12:15:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-04-19 12:15:00 +0200
commit0a40ce6f9dd69ee747f83f2079ba1c1984178f46 (patch)
tree26505f8685664223a01b5843eeec2e5945940f4c /HISTORY
parent15927fd097abf5668439463202c51def45560d88 (diff)
downloadvdr-0a40ce6f9dd69ee747f83f2079ba1c1984178f46.tar.gz
vdr-0a40ce6f9dd69ee747f83f2079ba1c1984178f46.tar.bz2
Commented out the line #define DEPRECATED_VIDEOSYSTEM in device.h
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index afb69a67..07609dd3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8636,3 +8636,7 @@ Video Disk Recorder Revision History
- The -V and -h options now list the plugins in alphabetical order (suggested by
Dietmar Spingler).
- Fixed a compiler warning in font.c.
+- Commented out the line
+ #define DEPRECATED_VIDEOSYSTEM
+ in device.h. If a plugin doesn't compile with this version of VDR, you can uncomment
+ this line as a quick workaround. In the long run the plugin will need to be adapted.