android: make optional "cpufeatures", build fixes for NDK r15
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Mon, 12 Jun 2017 16:10:13 +0000 (16:10 +0000)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Wed, 21 Jun 2017 10:34:19 +0000 (13:34 +0300)
commit3e3e2dd51254da177e83e53b1afe3e09a5e821e7
treeda7ed75c694f5dc131e18a6375be7b73f06ca621
parentcf86f88c71b9f9c65ef5c86ec3157b0e2e20bda1
android: make optional "cpufeatures", build fixes for NDK r15
24 files changed:
3rdparty/carotene/hal/CMakeLists.txt
3rdparty/carotene/src/channel_extract.cpp
3rdparty/carotene/src/channels_combine.cpp
3rdparty/carotene/src/colorconvert.cpp
3rdparty/carotene/src/convert.cpp
3rdparty/carotene/src/convert_scale.cpp
3rdparty/carotene/src/gaussian_blur.cpp
3rdparty/carotene/src/opticalflow.cpp
3rdparty/carotene/src/pyramid.cpp
3rdparty/carotene/src/scharr.cpp
3rdparty/libpng/CMakeLists.txt
3rdparty/libwebp/CMakeLists.txt
CMakeLists.txt
cmake/OpenCVCompilerOptimizations.cmake
cmake/OpenCVFindLibsGrfmt.cmake
cmake/OpenCVUtils.cmake
cmake/checks/cpu_neon.cpp [new file with mode: 0644]
modules/core/CMakeLists.txt
modules/core/include/opencv2/core/cv_cpu_dispatch.h
modules/core/include/opencv2/core/hal/intrin_neon.hpp
modules/core/src/convert.fp16.cpp
modules/core/src/convert.hpp
modules/core/src/system.cpp
modules/imgcodecs/CMakeLists.txt