Merge pull request #3100 from vpisarev:disabled_neon_split_merge_on_ios
This commit is contained in:
@@ -43,6 +43,11 @@
|
||||
#include "precomp.hpp"
|
||||
#include "opencl_kernels_core.hpp"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#undef CV_NEON
|
||||
#define CV_NEON 0
|
||||
#endif
|
||||
|
||||
namespace cv
|
||||
{
|
||||
|
||||
|
@@ -21,6 +21,7 @@ ocv_list_filterout(candidate_deps "^opencv_tracking$")
|
||||
ocv_list_filterout(candidate_deps "^opencv_optflow$")
|
||||
ocv_list_filterout(candidate_deps "^opencv_bgsegm$")
|
||||
ocv_list_filterout(candidate_deps "^opencv_xfeatures2d$")
|
||||
ocv_list_filterout(candidate_deps "^opencv_ts$")
|
||||
|
||||
ocv_add_module(${MODULE_NAME} BINDINGS OPTIONAL ${candidate_deps})
|
||||
|
||||
|
Reference in New Issue
Block a user