summarylogtreecommitdiffstats
path: root/vdr-bgprocess-03_tlphrases.patch
diff options
context:
space:
mode:
authorManuel Reimer2021-01-23 16:35:17 +0100
committerManuel Reimer2021-01-23 16:35:17 +0100
commitec85dc6a0cb8a50f16a65180e798e77a4d1f5246 (patch)
tree8bcbf47e60ad1846960115dba4b4fbb0259c4b80 /vdr-bgprocess-03_tlphrases.patch
parent97882f3207c85cfea8d71421ce13f3ccc1d54851 (diff)
downloadaur-ec85dc6a0cb8a50f16a65180e798e77a4d1f5246.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/d55ef5772108b66261e6ba799d7e1f6a79f22aba)
Diffstat (limited to 'vdr-bgprocess-03_tlphrases.patch')
-rw-r--r--vdr-bgprocess-03_tlphrases.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/vdr-bgprocess-03_tlphrases.patch b/vdr-bgprocess-03_tlphrases.patch
deleted file mode 100644
index 01e5cc7f124a..000000000000
--- a/vdr-bgprocess-03_tlphrases.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/bgprocess.c b/bgprocess.c
-index 69206bb..126c09e 100644
---- a/bgprocess.c
-+++ b/bgprocess.c
-@@ -152,7 +152,9 @@ bool cPluginBgprocess::ProcessArgs(int argc, char *argv[])
- bool cPluginBgprocess::Initialize(void)
- {
- // Initialize any background activities the plugin shall perform.
-- RegisterI18n(tlPhrases);
-+#if VDRVERSNUM < 10507
-+RegisterI18n(tlPhrases);
-+#endif
- return true;
- }
-
-diff --git a/i18n.h b/i18n.h
-index ee84e4c..c625a5e 100644
---- a/i18n.h
-+++ b/i18n.h
-@@ -13,6 +13,8 @@
- #include <vdr/i18n.h>
- #include <vdr/config.h> // for VDRVERSNUM define only
-
-+#if VDRVERSNUM < 10507
- extern const tI18nPhrase tlPhrases[];
-+#endif
-
- #endif //_I18N__H