Skip to content

Commit

Permalink
Fix yocontra#38, disable ARM optimization in libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jul 10, 2022
1 parent 34d7c37 commit bf264c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions deps/libgdal/gyp-formats/png.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bf264c8

Please sign in to comment.