can not comile burn plugin with vdr-1.3.27

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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);



[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux