commit | 66e1614122c22d455cc3a28db08b3afac2b7be29 | [log] [tgz] |
---|---|---|
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | Tue Feb 16 01:57:52 2016 +0000 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Mon Mar 07 12:05:52 2016 -0800 |
tree | c49551cf367bd3d13dd70fedfe140755cf29fb95 | |
parent | b00c79b587a4903df576008a64a49f851fed234c [diff] |
configure: Make jpeglib an optional dependency. It doesn’t make sense to fail the entire build when jpeglib isn’t present, so this commit makes it optional just like libwebp in the previous one, disabled with --without-jpeg and forced with --with-jpeg. Signed-off-by: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>