Making sure that plugins include the VDR header files from the actual VDR source directory when doing "make plugins"

This commit is contained in:
Klaus Schmidinger
2012-12-27 09:59:29 +01:00
parent 4545c9e93e
commit 3649145acb
4 changed files with 18 additions and 7 deletions

View File

@@ -7459,3 +7459,8 @@ Video Disk Recorder Revision History
- Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very last frame
is an I-frame (which normally shouldn't occur).
- Fixed replaying ongoing recordings from other VDR instances.
2012-12-27: Version 1.7.35
- Making sure that plugins include the VDR header files from the actual VDR source
directory when doing "make plugins" (suggested by Christoper Reimer).