1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-26 13:53:03 +04:00

Do not use prebuilt Android camera libs for armeabi hardware target

This commit is contained in:
Andrey Kamaev
2011-06-20 15:54:50 +00:00
parent a5d656f31a
commit 121b8d2319
2 changed files with 18 additions and 12 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ IF (NOT BUILD_SHARED_LIBS)
)
ENDIF()
if (NOT BUILD_ANDROID_CAMERA_WRAPPER)
if (ARMEABI_V7A AND NOT BUILD_ANDROID_CAMERA_WRAPPER)
file(GLOB camera_wrappers "${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/lib/libnative_camera_r*.so")
foreach(wrapper ${camera_wrappers})
@@ -51,4 +51,4 @@ if (NOT BUILD_ANDROID_CAMERA_WRAPPER)
DESTINATION lib
COMPONENT main)
endforeach()
endif()
endif()