commit: b553786a7d7dadddd086fd11986d5c5fc356df3a Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Jan 5 18:37:48 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jan 15 10:24:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b553786a
media-plugins/vdr-iptv: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3338 media-plugins/vdr-iptv/files/vdr-iptv-0.0.7-vdr-1.4.diff | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/media-plugins/vdr-iptv/files/vdr-iptv-0.0.7-vdr-1.4.diff b/media-plugins/vdr-iptv/files/vdr-iptv-0.0.7-vdr-1.4.diff deleted file mode 100644 index 31447c7..00000000 --- a/media-plugins/vdr-iptv/files/vdr-iptv-0.0.7-vdr-1.4.diff +++ /dev/null @@ -1,16 +0,0 @@ -Index: iptv-0.0.7/pidscanner.c -=================================================================== ---- iptv-0.0.7.orig/pidscanner.c -+++ iptv-0.0.7/pidscanner.c -@@ -146,7 +146,11 @@ void cPidScanner::Process(const uint8_t* - for (unsigned int i = 0; i < MAXSPIDS; ++i) - Spids[i] = IptvChannel->Spid(i); - debug("cPidScanner::Process(): Vpid=0x%04X, Apid=0x%04X\n", Vpid, Apid); -+#if defined(APIVERSNUM) && APIVERSNUM < 10510 -+ IptvChannel->SetPids(Vpid, Ppid, Apids, ALangs, Dpids, DLangs, Tpid); -+#else - IptvChannel->SetPids(Vpid, Ppid, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid); -+#endif - Channels.Unlock(); - process = false; - }
