Commit caec96a1 authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed libraries order in Android.mk (thanks to Anush Moorthy for the report)

parent 7c8a49b4
...@@ -9,7 +9,7 @@ OPENCV_LIBS_DIR:=@CMAKE_LIBS_DIR_CONFIGCMAKE@ ...@@ -9,7 +9,7 @@ OPENCV_LIBS_DIR:=@CMAKE_LIBS_DIR_CONFIGCMAKE@
OPENCV_BASEDIR:=@CMAKE_BASE_INCLUDE_DIR_CONFIGCMAKE@ OPENCV_BASEDIR:=@CMAKE_BASE_INCLUDE_DIR_CONFIGCMAKE@
OPENCV_LOCAL_C_INCLUDES:=@CMAKE_INCLUDE_DIRS_CONFIGCMAKE@ OPENCV_LOCAL_C_INCLUDES:=@CMAKE_INCLUDE_DIRS_CONFIGCMAKE@
OPENCV_MODULES := contrib calib3d objdetect features2d imgproc video highgui ml legacy flann core OPENCV_MODULES := contrib calib3d objdetect features2d video imgproc highgui ml legacy flann core
ifeq (${OPENCV_CAMERA_MODULES},off) ifeq (${OPENCV_CAMERA_MODULES},off)
OPENCV_CAMERA_MODULES:= OPENCV_CAMERA_MODULES:=
......
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