diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: i18n.h,v 1.2 2007-09-12 13:10:28 phintuka Exp $ + * $Id: i18n.h,v 1.3 2007-09-18 13:52:52 phintuka Exp $ * */ @@ -13,6 +13,8 @@ #include <vdr/i18n.h> +#if VDRVERSNUM < 10507 + extern const tI18nPhrase Phrases[]; #ifndef trNOOP @@ -23,4 +25,6 @@ extern const tI18nPhrase Phrases[]; # define trVDR(s) tr(s) #endif +#endif // VDRVERSNUM < 10507 + #endif //__XINELIBOUTPUT_I18N_H |