mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Updated the APIVERSNUM requirement.
This commit is contained in:
parent
89b7befce4
commit
9420ab95e3
2
HISTORY
2
HISTORY
@ -515,7 +515,7 @@ VDR Plugin 'femon' Revision History
|
|||||||
|
|
||||||
2015-02-19: Version 2.2.0
|
2015-02-19: Version 2.2.0
|
||||||
|
|
||||||
- Updated for vdr-2.1.8.
|
- Updated for vdr-2.2.0.
|
||||||
- Updated CA definitions.
|
- Updated CA definitions.
|
||||||
- Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert).
|
- Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert).
|
||||||
- Fixed the detaching of receiver during a channel switch.
|
- Fixed the detaching of receiver during a channel switch.
|
||||||
|
4
femon.c
4
femon.c
@ -14,8 +14,8 @@
|
|||||||
#include "femonservice.h"
|
#include "femonservice.h"
|
||||||
#include "femontools.h"
|
#include "femontools.h"
|
||||||
|
|
||||||
#if defined(APIVERSNUM) && APIVERSNUM < 20108
|
#if defined(APIVERSNUM) && APIVERSNUM < 20200
|
||||||
#error "VDR-2.1.8 API version or greater is required!"
|
#error "VDR-2.2.0 API version or greater is required!"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef GITVERSION
|
#ifndef GITVERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user