From b8c7fdddb70b4841304af094985cfe23bf309c06 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Sun, 19 Sep 2010 23:19:33 +0300 Subject: [PATCH] Updated for vdr-1.7.16. --- HISTORY | 4 ++++ femon.c | 6 +++--- femoncfg.c | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index 9877eb7..b955ee2 100644 --- a/HISTORY +++ b/HISTORY @@ -402,3 +402,7 @@ VDR Plugin 'femon' Revision History - Added preliminary support for LATM. - Updated Italian translation (Thanks to Diego Pierotto). - Fixed a crash in femon service (Thanks to Wolfgang Astleitner). + +2010-xx-xx: Version 1.7.9 + +- Updated for vdr-1.7.16. diff --git a/femon.c b/femon.c index 6b8ad54..3956e25 100644 --- a/femon.c +++ b/femon.c @@ -14,11 +14,11 @@ #include "femonservice.h" #include "femontools.h" -#if defined(APIVERSNUM) && APIVERSNUM < 10713 -#error "VDR-1.7.13 API version or greater is required!" +#if defined(APIVERSNUM) && APIVERSNUM < 10716 +#error "VDR-1.7.16 API version or greater is required!" #endif -static const char VERSION[] = "1.7.8"; +static const char VERSION[] = "1.7.9"; static const char DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)"); static const char MAINMENUENTRY[] = trNOOP("Signal Information"); diff --git a/femoncfg.c b/femoncfg.c index ba275a8..59b6332 100644 --- a/femoncfg.c +++ b/femoncfg.c @@ -24,7 +24,7 @@ cFemonConfig::cFemonConfig(void) analyzestream = 1; calcinterval = 20; usesvdrp = 0; - svdrpport = 2001; + svdrpport = 6419; strncpy(svdrpip, "0.0.0.0", sizeof(svdrpip)); }