From: Jaroslav Kysela Date: Wed, 30 Mar 2016 08:45:07 +0000 (+0200) Subject: imagecache: fix compilation (class) X-Git-Tag: v4.2.1~773 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a827e77db953e7236cb99b74484bb591f6cddea;p=thirdparty%2Ftvheadend.git imagecache: fix compilation (class) --- diff --git a/src/imagecache.c b/src/imagecache.c index cf9fff570..4e173d66f 100644 --- a/src/imagecache.c +++ b/src/imagecache.c @@ -408,9 +408,9 @@ imagecache_init ( void ) imagecache_conf.ok_period = 24 * 7; // weekly imagecache_conf.fail_period = 24; // daily imagecache_conf.ignore_sslcert = 0; -#endif idclass_register(&imagecache_class); +#endif /* Create threads */ #if ENABLE_IMAGECACHE