You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-plugins/vdr-bgprocess/files/vdr-bgprocess-0.1.0-fix-i18...

15 lines
427 B

Index: bgprocess-0.1.0/bgprocess.c
===================================================================
--- bgprocess-0.1.0.orig/bgprocess.c
+++ bgprocess-0.1.0/bgprocess.c
@@ -152,7 +152,9 @@ bool cPluginBgprocess::ProcessArgs(int a
bool cPluginBgprocess::Initialize(void)
{
// Initialize any background activities the plugin shall perform.
+#if VDRVERSNUM < 10507
RegisterI18n(tlPhrases);
+#endif
return true;
}