Commit 359b76bd authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed native camera support in Android.mk

parent d6b67346
......@@ -14,8 +14,12 @@ OPENCV_MODULES := contrib calib3d objdetect features2d imgproc video highgui ml
ifeq ($(TARGET_ARCH_ABI),armeabi)
OPENCV_CAMERA_MODULES:=
else
ifeq (${OPENCV_CAMERA_MODULES},off)
OPENCV_CAMERA_MODULES:=
else
OPENCV_CAMERA_MODULES:=@CMAKE_CAMERA_LIBS_CONFIGCMAKE@
endif
endif
OPENCV_LIB_TYPE:=@OPENCV_LIBTYPE_CONFIGMAKE@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment