]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
imagecache: fix compilation (class)
authorJaroslav Kysela <perex@perex.cz>
Wed, 30 Mar 2016 08:45:07 +0000 (10:45 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 30 Mar 2016 08:45:07 +0000 (10:45 +0200)
src/imagecache.c

index cf9fff570e96b613060815596c1dac4b6063d149..4e173d66fd345e8d06bb93b6acc7ea1ef99c2e7d 100644 (file)
@@ -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