updated on Sun Jan 15 16:02:00 UTC 2012
[aur-mirror.git] / vdr-undelete / 91_undelete-0.0.6-vdr-1.5.7.dpatch
blobd7169c95daf6e3ef697b71549a0ecb79b8436c77
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 91_undelete-0.0.6-vdr-1.5.7.dpatch by Stone <syphyr@gmail.com>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Changes for VDR >= 1.5.7.
7 @DPATCH@
8 --- undelete-0.0.6/undelete.c.orig 2007-08-13 06:46:16.000000000 -0700
9 +++ undelete-0.0.6/undelete.c 2007-08-13 06:59:10.000000000 -0700
10 @@ -198,7 +198,11 @@
11 private:
12 // Add any member variables or functions you may need here.
13 void FreeKeyNames(void);
14 +#if VDRVERSNUM >= 10507
15 + char* OSDLanguage;
16 +#else
17 int OSDLanguage;
18 +#endif
19 void TestAndSetOSDLanguage(void);
20 bool ProcessArg(int argc, char *argv[]);
21 #ifdef UND_Debug