summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCedric Bail <cedric@osg.samsung.com>2016-04-29 14:22:01 -0700
committerCedric Bail <cedric@osg.samsung.com>2016-04-29 18:56:51 -0700
commitb8860c88f52c7ea3576f88f9399b777646975bd5 (patch)
treeefe09b31c02827ef103909de42925e1ad4adf6f0 /configure.ac
parent7bbc5ec6230b779ed8ce7ca73527b83c551688d8 (diff)
downloadefl-b8860c88f52c7ea3576f88f9399b777646975bd5.tar.gz
tiff: disable by default as it is full of CVE with apparently no chance to get them fixed.
This can still be manually turned on if you need it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2d38a43111..deafdd876a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)