Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alex W.
VTK
Commits
375afed5
Commit
375afed5
authored
6 years ago
by
Ben Boeckel
Browse files
Options
Downloads
Plain Diff
Merge branch 'upstream-png' into png-disable-opt
* upstream-png: png-release 2019-03-20 (b422a024)
parents
ae72ec15
747aa4bd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ThirdParty/png/vtkpng/CMakeLists.txt
+5
-0
5 additions, 0 deletions
ThirdParty/png/vtkpng/CMakeLists.txt
ThirdParty/png/vtkpng/pnglibconf.out
+278
-228
278 additions, 228 deletions
ThirdParty/png/vtkpng/pnglibconf.out
with
283 additions
and
228 deletions
ThirdParty/png/vtkpng/CMakeLists.txt
+
5
−
0
View file @
375afed5
...
...
@@ -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.
Click to expand it.
ThirdParty/png/vtkpng/pnglibconf.out
+
278
−
228
View file @
375afed5
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment