On 8/13/07, Stone <syphyr@xxxxxxxxx> wrote:
I think I fixed undelete-0.0.6 with the following patch. I hope I did that right.. :) So, the only thing I think I need help with is text2skin. Thanks.
I must have had an older cvs link for the dvd plugin. The Dvd plugin works now, thanks.
Epgsearch now also builds with beta 13, thanks.
Out of the rest, there are only two more that I really care about to fix for testing: text2skin and undelete. Anyone have those patched up for the new i18n stuff?
I think I fixed undelete-0.0.6 with the following patch. I hope I did that right.. :) So, the only thing I think I need help with is text2skin. Thanks.
--- undelete-0.0.6/undelete.c.orig 2007-08-13 06:46:16.000000000 -0700 +++ undelete-0.0.6/undelete.c 2007-08-13 06:59:10.000000000 -0700 @@ -198,7 +198,11 @@ private: // Add any member variables or functions you may need here. void FreeKeyNames(void); +#if VDRVERSNUM >= 10507 + char* OSDLanguage; +#else int OSDLanguage; +#endif void TestAndSetOSDLanguage(void); bool ProcessArg(int argc, char *argv[]); #ifdef UND_Debug
_______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr