Build error for Android (videostab) (Patch #1760)
Description
The Video Stablization module depends on calib3d, but didn't specify it in 'opencv/modules/videostab/CMakeLists.txt', thus causing a build error when building for Android
Simply append opencv_calib3d to opencv/modules/videostab/CMakeLists.txt will solve the problem.
Associated revisions
Merge pull request #1760 from ilya-lavrenov:ocl_remap_nn
History
Updated by Andrey Pavlenko almost 13 years ago
- Status changed from Open to Done
- Target version set to 2.4.0
- Category changed from imgproc, video to build/install
- Assignee set to Andrey Pavlenko