comparison auto/lib/libgd/conf @ 6779:e4b00a021cea

Image filter: support for WebP. In collaboration with Ivan Poluyanov.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 21 Oct 2016 15:18:44 +0300
parents 85dea406e18f
children f7e79596baf2
comparison
equal deleted inserted replaced
6778:5e95b9fb33b7 6779:e4b00a021cea
72 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 72 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
73 fi 73 fi
74 74
75 NGX_LIB_LIBGD=$ngx_feature_libs 75 NGX_LIB_LIBGD=$ngx_feature_libs
76 76
77 ngx_feature="GD WebP support"
78 ngx_feature_name="NGX_HAVE_GD_WEBP"
79 ngx_feature_test="gdImagePtr img = gdImageCreateFromWebpPtr(1, NULL);"
80 . auto/feature
81
77 else 82 else
78 83
79 cat << END 84 cat << END
80 85
81 $0: error: the HTTP image filter module requires the GD library. 86 $0: error: the HTTP image filter module requires the GD library.