- Update multimedia/vdr-plugin-epgsearch to 1.0.1s20120322 git snapshot. - Update multimedia/vdr-plugin-femon to 1.7.15 . - Update multimedia/vdr-plugin-iptv to 0.5.0 . - Update multimedia/vdr-plugin-osdteletext to 0.9.2 . - Update multimedia/vdr-plugin-streamdev to 0.5.1p20120311 git snapthot. - Update multimedia/vdr-plugin-xineliboutput to 1.0.90s20111129.1002 cvs snapshot. - Bump PORTREVISION for all other plugins and add vdr 1.7.27 compatibility/bugfix patches where necessary.
12 lines
287 B
C
12 lines
287 B
C
--- softdevice.c.orig
|
|
+++ softdevice.c
|
|
@@ -1254,7 +1254,9 @@ bool cPluginSoftDevice::Service(const ch
|
|
bool cPluginSoftDevice::Start(void)
|
|
{
|
|
// Start any background activities the plugin shall perform.
|
|
+#if (APIVERSNUM < 10507)
|
|
RegisterI18n(Phrases);
|
|
+#endif
|
|
return true;
|
|
}
|
|
|