]> mj.ucw.cz Git - libucw.git/blobdiff - cf/images
XML: Fixed reporting of characters via the PULL interface.
[libucw.git] / cf / images
index 0f4a331dae4a33d0e2103555063b048c678ed807..ab8dc24ed8c04f81efc0f87f0d8f6825e0d560cb 100644 (file)
--- a/cf/images
+++ b/cf/images
@@ -13,6 +13,7 @@ ImageMaxBytes         256M            # Maximum size in bytes
 
 }
 
+#if CONFIG_IMAGES_DUP || CONFIG_IMAGES_SIM
 ######## Image signatures #######################################################
 
 ImageSig {
@@ -80,9 +81,11 @@ CompareFeaturesWeights       4 6 6 4 4 4 4 4 4 4 4
 
 }
 
+#endif
+#ifdef CONFIG_IMAGES_DUP
 ######## Duplicate finder #######################################################
 
 ImageDup {
 # Detection of image duplicates does not work yet.
 }
-
+#endif