Project

General

Profile

Actions

Bug #628

closed

vdrrip mit vdr-1.7.18

Added by Anonymous about 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
Start date:
04/27/2011
Due date:
% Done:

0%

Estimated time:

Description

plugin baut nicht mit vdr-1.7.18

g++ -g -Wall -Woverloaded-virtual -Wno-parentheses -O2 -fPIC -c -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_GRAPHTFT -DUSE_LIVEBUFFER -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"vdrrip"' -D__STDC_LIMIT_MACROS -DNEW_IFO_READ -I/usr/include/dvb-s2api-liplianin -I/usr/include/vdr/include -I../../../../DVB/include movie.c
/usr/include/vdr/include/vdr/recording.h: In member function 'void cMovie::setLengthVDR()':
/usr/include/vdr/include/vdr/recording.h:61:8: error: 'bool cRecordingInfo::Read(FILE*)' is private
movie.c:502:18: error: within this context
- Made cRecordingInfo::Read(FILE *f) private to avoid calls to it from outside
cRecordingInfo or cRecording (reported by Mika Laitio). 
Actions #1

Updated by dxm about 13 years ago

  • Status changed from New to Assigned
  • Priority changed from Normal to Urgent
Actions #2

Updated by dxm almost 13 years ago

  • Status changed from Assigned to Resolved
  • Fixed since git rev c55d873a
  • Replaced ugly cRecordingInfo private accesses (Which are prohibited since 1.7.18) and use cRecording instead which is more clean
Actions #3

Updated by dxm almost 13 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF