Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
c1024b11
Commit
c1024b11
authored
Sep 09, 2016
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7259 from alalek:issue_7232
parents
6dd609a7
d402bac6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
CMakeLists.txt
3rdparty/libpng/CMakeLists.txt
+2
-1
No files found.
3rdparty/libpng/CMakeLists.txt
View file @
c1024b11
...
...
@@ -33,7 +33,8 @@ if(ENABLE_NEON)
add_definitions
(
-DPNG_ARM_NEON_OPT=2
)
endif
()
if
(
ENABLE_SSE
)
if
(
ENABLE_SSE
AND
(
NOT MSVC
OR
(
MSVC_VERSION GREATER 1799
)))
# MSVS2013+ (issue #7232)
list
(
APPEND lib_srcs contrib/intel/intel_init.c contrib/intel/filter_sse2_intrinsics.c
)
add_definitions
(
-DPNG_INTEL_SSE
)
endif
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment