Skip to content
Snippets Groups Projects
Commit 375afed5 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

Merge branch 'upstream-png' into png-disable-opt

* upstream-png:
  png-release 2019-03-20 (b422a024)
parents ae72ec15 747aa4bd
Branches
No related tags found
No related merge requests found
......@@ -31,6 +31,11 @@ if (WIN32)
endif ()
endif ()
add_definitions(-DPNG_ARM_NEON_OPT=0)
add_definitions(-DPNG_MIPS_MSA_OPT=0)
add_definitions(-DPNG_POWERPC_VSX_OPT=0)
add_definitions(-DPNG_INTEL_SSE_OPT=0)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/vtkpngConfig.h.in"
"${CMAKE_CURRENT_BINARY_DIR}/vtkpngConfig.h")
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment