From dc34600c0c176fc355f45558990ebda182a983b5 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 24 Apr 2020 00:42:41 +0200 Subject: [PATCH] Fix built-in PNG library build with MSVC 9 and older Upgrade the submodule to a version which doesn't try to use SSE2 with this old compiler, as it doesn't support the required intrinsics. See https://github.com/wxWidgets/libpng/pull/4 --- src/png | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/png b/src/png index 8cb5f8f158..f1ecc2c50d 160000 --- a/src/png +++ b/src/png @@ -1 +1 @@ -Subproject commit 8cb5f8f1587b95a0e86fa8c2becea0cef8ee0a8b +Subproject commit f1ecc2c50d0976f3d8f0eaf805cbc399c0780d8b