mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated for vdr-1.7.25.
This commit is contained in:
parent
a73921041f
commit
868865c47d
4
HISTORY
4
HISTORY
@ -158,3 +158,7 @@ VDR Plugin 'iptv' Revision History
|
|||||||
- Canonicalized the configuration directory.
|
- Canonicalized the configuration directory.
|
||||||
- Added support for LDFLAGS.
|
- Added support for LDFLAGS.
|
||||||
- Added cppcheck target into Makefile.
|
- Added cppcheck target into Makefile.
|
||||||
|
|
||||||
|
2012-03-03: Version 0.5.1
|
||||||
|
|
||||||
|
- Updated for vdr-1.7.25.
|
||||||
|
2
iptv.c
2
iptv.c
@ -20,7 +20,7 @@
|
|||||||
#define GITVERSION ""
|
#define GITVERSION ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
const char VERSION[] = "0.5.0" GITVERSION;
|
const char VERSION[] = "0.5.1" GITVERSION;
|
||||||
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
||||||
|
|
||||||
class cPluginIptv : public cPlugin {
|
class cPluginIptv : public cPlugin {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -Nru vdr-1.7.24-vanilla/pat.c vdr-1.7.24-disable_ca_updates/pat.c
|
diff -Nru vdr-1.7.25-vanilla/pat.c vdr-1.7.25-disable_ca_updates/pat.c
|
||||||
--- vdr-1.7.24-vanilla/pat.c 2012-02-19 16:28:19.000000000 +0200
|
--- vdr-1.7.25-vanilla/pat.c 2012-03-03 14:26:18.000000000 +0200
|
||||||
+++ vdr-1.7.24-disable_ca_updates/pat.c 2012-02-19 17:43:05.000000000 +0200
|
+++ vdr-1.7.25-disable_ca_updates/pat.c 2012-03-03 15:17:15.000000000 +0200
|
||||||
@@ -537,6 +537,7 @@
|
@@ -537,6 +537,7 @@
|
||||||
}
|
}
|
||||||
if (Setup.UpdateChannels >= 2) {
|
if (Setup.UpdateChannels >= 2) {
|
Loading…
Reference in New Issue
Block a user