tiff: disable by default as it is full of CVE with apparently no chance to get them...
authorCedric Bail <cedric@osg.samsung.com>
Fri, 29 Apr 2016 21:22:01 +0000 (14:22 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Sat, 30 Apr 2016 01:56:51 +0000 (18:56 -0700)
This can still be manually turned on if you need it.

configure.ac

index 2d38a43..deafdd8 100644 (file)
@@ -2008,7 +2008,7 @@ ARG_ENABLE_EVAS_IMAGE_LOADER(PMAPS, static)
 ARG_ENABLE_EVAS_IMAGE_LOADER(PNG, static)
 ARG_ENABLE_EVAS_IMAGE_LOADER(PSD, static)
 ARG_ENABLE_EVAS_IMAGE_LOADER(Tga, static)
-ARG_ENABLE_EVAS_IMAGE_LOADER(Tiff, yes)
+ARG_ENABLE_EVAS_IMAGE_LOADER(Tiff, no)
 ARG_ENABLE_EVAS_IMAGE_LOADER(WBMP, static)
 ARG_ENABLE_EVAS_IMAGE_LOADER(WEBP, no)
 ARG_ENABLE_EVAS_IMAGE_LOADER(XPM, static)