1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00

Updated the APIVERSNUM requirement.

This commit is contained in:
Rolf Ahrenberg 2015-02-20 20:43:19 +02:00
parent f5fcb6df2a
commit e9c8b8d4e0
2 changed files with 4 additions and 2 deletions

View File

@ -262,3 +262,5 @@ VDR Plugin 'iptv' Revision History
2015-02-19: Version 2.2.0 2015-02-19: Version 2.2.0
- Updated for vdr-2.2.0. - Updated for vdr-2.2.0.
- Updated German translations (Thanks to Frank Neumann).
- Updated Lithuanian translations (Thanks to Valdemaras Pipiras).

4
iptv.c
View File

@ -13,8 +13,8 @@
#include "device.h" #include "device.h"
#include "iptvservice.h" #include "iptvservice.h"
#if defined(APIVERSNUM) && APIVERSNUM < 20106 #if defined(APIVERSNUM) && APIVERSNUM < 20200
#error "VDR-2.1.6 API version or greater is required!" #error "VDR-2.2.0 API version or greater is required!"
#endif #endif
#ifndef GITVERSION #ifndef GITVERSION