Skip to content

Commit

Permalink
update(libpng): Version 1.6.43
Browse files Browse the repository at this point in the history
  • Loading branch information
matejk committed Sep 11, 2024
1 parent 50199d2 commit 7e9d71d
Show file tree
Hide file tree
Showing 24 changed files with 30,664 additions and 17,422 deletions.
4 changes: 3 additions & 1 deletion PDF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ if(POCO_UNBUNDLED)
target_link_libraries(PDF PUBLIC ZLIB::ZLIB)
target_link_libraries(PDF PUBLIC ${PNG_LIBRARY})
target_compile_definitions(PDF PUBLIC POCO_UNBUNDLED)

else()
# libpng: Do not try to use ARM intrinsics on ARM architecture: source files not included
target_compile_definitions(PDF PRIVATE PNG_ARM_NEON_OPT=0)
endif(POCO_UNBUNDLED)

target_link_libraries(PDF PUBLIC Poco::XML Poco::Util)
Expand Down
5,099 changes: 2,400 additions & 2,699 deletions PDF/include/Poco/PDF/png.h

Large diffs are not rendered by default.

Loading

0 comments on commit 7e9d71d

Please sign in to comment.