1
0
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:
Janosch Machowinski 2015-03-22 21:30:36 +01:00
parent 1731f24118
commit 93d0d178e7

View File

@ -16,7 +16,7 @@
#include "setup.h"
#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
#if defined(APIVERSNUM) && APIVERSNUM < 20200