diff --git a/CHANGELOG.md b/CHANGELOG.md index e49638457..ae90ad3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.5.2] WIP + +### Changed + - Fix #38, integrate the fix for GDAL[#5028] (https://github.com/OSGeo/gdal/issues/5028) + ## [3.5.1] 2022-07-09 ### Added diff --git a/deps/libgdal/gyp-formats/png.gyp b/deps/libgdal/gyp-formats/png.gyp index 0b387a3f6..c05c75689 100644 --- a/deps/libgdal/gyp-formats/png.gyp +++ b/deps/libgdal/gyp-formats/png.gyp @@ -6,6 +6,10 @@ { "target_name": "libgdal_png_frmt", "type": "static_library", + "defines": [ + "PNG_ARM_NEON_IMPLEMENTATION=0", + "PNG_ARM_NEON_OPT=0" + ], "sources": [ "../gdal/frmts/png/pngdataset.cpp", "../gdal/frmts/png/libpng/pngpread.c",