From 9ec0b1fe12f0df121ccea2097c27f66997110ac2 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 21 Oct 2016 15:18:44 +0300 Subject: Image filter: support for WebP. In collaboration with Ivan Poluyanov. --- auto/lib/libgd/conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/lib') diff --git a/auto/lib/libgd/conf b/auto/lib/libgd/conf index 6e4e91cf0..87761f14d 100644 --- a/auto/lib/libgd/conf +++ b/auto/lib/libgd/conf @@ -74,6 +74,11 @@ if [ $ngx_found = yes ]; then NGX_LIB_LIBGD=$ngx_feature_libs + ngx_feature="GD WebP support" + ngx_feature_name="NGX_HAVE_GD_WEBP" + ngx_feature_test="gdImagePtr img = gdImageCreateFromWebpPtr(1, NULL);" + . auto/feature + else cat << END -- cgit