Skip to content
Snippets Groups Projects
Commit 86ebf943 authored by Kitware Robot's avatar Kitware Robot Committed by Ben Boeckel
Browse files

png 2019-05-28 (4d63877d)

Code extracted from:

    https://gitlab.kitware.com/third-party/png.git

at commit 4d63877db8f4e2f093f4f6a5dd17300b039c92b6 (for/vtk-20190528-1.6.35).
parent 72639853
No related merge requests found
......@@ -9,3 +9,4 @@ process.
* Ignore whitespace errors for VTK's commit checks.
* Integrate the CMake build with VTK's module system.
* Mangle all exported symbols to have a `vtkpng_` prefix.
* Avoid processor-specific optimizations (NEON, SSE, etc.)
This diff is collapsed.
#ifndef vtk_png_mangle_h
#define vtk_png_mangle_h
#define PNG_ARM_NEON_OPT 0
#define PNG_MIPS_MSA_OPT 0
#define PNG_POWERPC_VSX_OPT 0
#define PNG_INTEL_SSE_OPT 0
#define png_access_version_number vtkpng_png_access_version_number
#define png_app_error vtkpng_png_app_error
#define png_app_warning vtkpng_png_app_warning
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment