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

png 2019-05-30 (f4232b5e)

Code extracted from:

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

at commit f4232b5ec19357783be16a9b158d8416c26d46e4 (for/vtk-20190530.1-1.6.35).
parent 86ebf943
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,11 @@
# endif
#endif
#define PNG_ARM_NEON_OPT 0
#define PNG_MIPS_MSA_OPT 0
#define PNG_POWERPC_VSX_OPT 0
#define PNG_INTEL_SSE_OPT 0
/* Compile time options.
* =====================
* In a multi-arch build the compiler may compile the code several times for the
......
#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