Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components)

This commit is contained in:
Andrey Kamaev
2011-07-04 11:41:39 +00:00
parent 53ff93f3f9
commit 730622178b
6 changed files with 51 additions and 35 deletions

View File

@@ -5,7 +5,7 @@ project(opencv_java)
SET(OPENCV_JAVA_MODULES objdetect features2d imgproc video highgui ml core)
SET(OPENCV_EXTRA_JAVA_MODULES calib3d contrib legacy flann)
IF(ANDROID AND NOT BUILD_SHARED_LIBS)
IF(WITH_ANDROID_CAMERA AND NOT BUILD_SHARED_LIBS)
LIST(APPEND OPENCV_EXTRA_JAVA_MODULES androidcamera)
ENDIF()