提交 dd8aa3e9 编写于 作者: G Glenn Randers-Pehrson

[libpng16] Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna)

上级 aa5bb2c3
Libpng 1.6.28beta01 - December 30, 2016
Libpng 1.6.28beta01 - December 31, 2016
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
......@@ -25,7 +25,8 @@ Other information:
Changes since the last public release (1.6.27):
Version 1.6.28beta01 [December 30, 2016]
Version 1.6.28beta01 [December 31, 2016]
Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
......
......@@ -5774,7 +5774,8 @@ Version 1.6.27 [December 29, 2016]
Fixed a potential null pointer dereference in png_set_text_2() (bug report
and patch by Patrick Keshishian, CVE-2016-10087).
Version 1.6.28beta01 [December 30, 2016]
Version 1.6.28beta01 [December 31, 2016]
Fixed arm/aarch64 detection in CMakeLists.txt (Gianfranco Costamagna).
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
(subscription required; visit
......
......@@ -71,7 +71,8 @@ set(PNG_PREFIX "" CACHE STRING "Prefix to add to the API function names")
set(DFA_XTRA "" CACHE FILEPATH "File containing extra configuration settings")
# set definitions and sources for arm
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm")
if(${CMAKE_SYSTEM_PROCESSOR} MATCHES "^arm" OR
${CMAKE_SYSTEM_PROCESSOR} MATCHES "^aarch64")
set(PNG_ARM_NEON_POSSIBLE_VALUES check on off)
set(PNG_ARM_NEON "check" CACHE STRING "Enable ARM NEON optimizations:
check: (default) use internal checking code;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册