Rolf Ahrenberg wrote:
On Mon, 14 May 2007, Petri Helin wrote:
So, I should just remove the part regarding remux.c from vdr-1.5.2-subtitles-0.5.0-and-ttxtsubs-0.0.5.diff patch to test these patches with 1.5.2, or do you have a matching subtitles&ttxtsubs patch to be used with the remux patch already?
Yes, you shouldn't need the remux.c and menu.c hunks anymore. The spids
Hmm. It looks like menu.c needs to be patched?
menu.c: In constructor ‘cRecordControl::cRecordControl(cDevice*, cTimer*, bool)’: menu.c:3846: error: no matching function for call to ‘cRecorder::cRecorder(char*&, tChannelID, int, int, const int*, const int*, const int*)’ recorder.h:32: note: candidates are: cRecorder::cRecorder(const char*, tChannelID, int, int, const int*, const int*, const int*, cTtxtSubsRecorderBase*) recorder.h:22: note: cRecorder::cRecorder(const cRecorder&) make: *** [menu.o] Error 1
-Petri