mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Make a too low curl version a compile error, not a warning.
As this is known to break with at least two SatIp server, a curl version > 7.36.00 should be a requirement, not a recommendation.
This commit is contained in:
parent
1731f24118
commit
93d0d178e7
2
satip.c
2
satip.c
@ -16,7 +16,7 @@
|
|||||||
#include "setup.h"
|
#include "setup.h"
|
||||||
|
|
||||||
#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x072400
|
#if defined(LIBCURL_VERSION_NUM) && LIBCURL_VERSION_NUM < 0x072400
|
||||||
#warning "CURL version >= 7.36.0 is recommended"
|
#error "CURL version >= 7.36.0 is required"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(APIVERSNUM) && APIVERSNUM < 20200
|
#if defined(APIVERSNUM) && APIVERSNUM < 20200
|
||||||
|
Loading…
Reference in New Issue
Block a user