[vdr] can not comile burn plugin with vdr-1.3.27
C.Y.M
syphir at syphir.sytes.net
Mon Jun 20 16:54:53 CEST 2005
Halim Sahin wrote:
> Hi,
>
> Yesterday I tried to update my vdr to the last Developer version 1.3.27.
> The burn plugin doesn't compile:
>
> jobs.c: In constructor `cBurnRecording::cBurnRecording(cRecording*, long
> int)':
> jobs.c:26: error: `Summary' undeclared (first use this function)
>
> I think this is after vdr-1.3.25 changes in recording.c.
>
> Does someone work on this.
Replace this line in jobs/burn.c:
- mSummary = (Recording->Summary() ? strdup(Recording->Summary()) : NULL);
+ mSummary = (Recording->Info()->Description() ?
strdup(Recording->Info()->Description()) : NULL);
More information about the vdr
mailing list