From: Jaroslav Kysela Date: Tue, 16 May 2017 09:15:19 +0000 (+0200) Subject: DVR: autorec - fix compilation for PCRE without JIT X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937fb2c12605dfc5e60eba92529de03d27bcc7a3;p=thirdparty%2Ftvheadend.git DVR: autorec - fix compilation for PCRE without JIT --- diff --git a/src/dvr/dvr_autorec.c b/src/dvr/dvr_autorec.c index 60036a678..5eb5a9eef 100644 --- a/src/dvr/dvr_autorec.c +++ b/src/dvr/dvr_autorec.c @@ -34,6 +34,10 @@ #include "epg.h" #include "htsp_server.h" +#ifndef PCRE_STUDY_JIT_COMPILE +#define PCRE_STUDY_JIT_COMPILE 0 +#endif + struct dvr_autorec_entry_queue autorec_entries; /*