diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-22 13:32:05 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-22 13:32:05 +0100 |
commit | ad55da4ef95044f68cc337a4b0265b984467cc6f (patch) | |
tree | 602742d88e31a253e87740d05bc0226362f0566a /HISTORY | |
parent | 272231467a680d8f0a2e562f811c71fc9ea1ef1c (diff) | |
download | vdr-ad55da4ef95044f68cc337a4b0265b984467cc6f.tar.gz vdr-ad55da4ef95044f68cc337a4b0265b984467cc6f.tar.bz2 |
Fixed possible compilation errors with libjpeg
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this (thanks to Helmut Binder). -2020-11-20: +2020-11-22: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). @@ -9545,3 +9545,4 @@ Video Disk Recorder Revision History - Fixed a crash in case an error occurs when setting a remote timer. - Fixed allocating memory for cImage (reported by Christoph Haubrich). - Fixed parsing the '-l' command line option (reported by Harald Milz). +- Fixed possible compilation errors with libjpeg (thanks to Bernd Kuhls). |