mirror of
https://github.com/zebrajr/opencv.git
synced 2026-01-15 12:15:17 +00:00
Merge pull request #16832 from liqi-c:3.4-tengine-android
* Add android support for tengine * modify tengine download use commit id * Del some invalid log in Tengine * Test. default enable tengine * ndk version judegment * Close test . set Tengine default OFF * Logic problem * test .Android NDK judgement . * Cmake error modify. * cmake: cleanup tengine scripts * cmake: use tengine target name * cmake: disable testing of BUILD_ANDROID_PROJECTS=OFF * Close test .
This commit is contained in:
@@ -433,7 +433,7 @@ OCV_OPTION(WITH_QUIRC "Include library QR-code decoding" ON
|
||||
VISIBLE_IF TRUE
|
||||
VERIFY HAVE_QUIRC)
|
||||
OCV_OPTION(WITH_TENGINE "Include Arm Inference Tengine support" OFF
|
||||
VISIBLE_IF (ARM OR AARCH64) AND UNIX AND NOT ANDROID AND NOT IOS
|
||||
VISIBLE_IF (ARM OR AARCH64) AND (UNIX OR ANDROID) AND NOT IOS
|
||||
VERIFY HAVE_TENGINE)
|
||||
|
||||
# OpenCV build components
|
||||
|
||||
Reference in New Issue
Block a user