From: Cedric Bail Date: Fri, 29 Apr 2016 21:22:01 +0000 (-0700) Subject: tiff: disable by default as it is full of CVE with apparently no chance to get them... X-Git-Tag: upstream/1.20.0~6548 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b8860c88f52c7ea3576f88f9399b777646975bd5;p=platform%2Fupstream%2Fefl.git 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. --- diff --git a/configure.ac b/configure.ac index 2d38a43..deafdd8 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)