Feature #554

remove i18n support, used by <vdr-1.5.7

Added by hd_brummy over 2 years ago.

Status:New Start date:02/14/2011
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:FEATURE
Target version:0.2.0

Description

remove the "old" i18n support,
vdr-1.6 is available since 2008-03-23 and should updated on 99% of user systems

the atched diff will remove all i18n crap,
also it will remove support for all older versions befor vdr-1.5.7

to make it more clear for users they will try to compile the cleaned plugin version on older vdr version,
you can add the following code snipe in display.c
maybe you have also to #define the APIVERSION in the Makefile to export it on compile

<snipp>
#if defined(APIVERSNUM) && APIVERSNUM < 10507
#error "VDR-1.5.7 API version or greater is required!"
#endif
</snapp>

graphlcd-0.1.9_cleanup-vdr-befor-1.5-7.diff (36.3 kB) hd_brummy, 02/14/2011 08:46 pm

Also available in: Atom PDF