Skip to content

Commit 76eff34

Browse files
committed
Enable KleidiCV for Android aarch64 by default.
1 parent 71d3237 commit 76eff34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ OCV_OPTION(WITH_CAP_IOS "Enable iOS video capture" ON
261261
VERIFY HAVE_CAP_IOS)
262262
OCV_OPTION(WITH_CAROTENE "Use NVidia carotene acceleration library for ARM platform" (NOT CV_DISABLE_OPTIMIZATION)
263263
VISIBLE_IF (ARM OR AARCH64) AND NOT IOS AND NOT XROS)
264-
OCV_OPTION(WITH_KLEIDICV "Use KleidiCV library for ARM platforms" OFF
264+
OCV_OPTION(WITH_KLEIDICV "Use KleidiCV library for ARM platforms" (ANDROID AND AARCH64 AND NOT CV_DISABLE_OPTIMIZATION)
265265
VISIBLE_IF (AARCH64 AND (ANDROID OR UNIX AND NOT IOS AND NOT XROS)))
266266
OCV_OPTION(WITH_NDSRVP "Use Andes RVP extension" (NOT CV_DISABLE_OPTIMIZATION)
267267
VISIBLE_IF RISCV)

0 commit comments

Comments
 (0)