提交 0441ff62 编写于 作者: J John Bowler 提交者: Glenn Randers-Pehrson

[libpng16] Remove spurious "#ifdef PNG_sRGB_SUPPORTED" from pngrutil.c

上级 de723276
......@@ -1287,9 +1287,7 @@ png_handle_sRGB(png_structrp png_ptr, png_inforp info_ptr, png_uint_32 length)
return;
}
#ifdef PNG_sRGB_SUPPORTED
(void)png_colorspace_set_sRGB(png_ptr, &png_ptr->colorspace, intent);
#endif
png_colorspace_sync(png_ptr, info_ptr);
}
#endif /* PNG_READ_sRGB_SUPPORTED */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册