Commit 6a5af111e10368a905b1e043c1a1e9af1f219c17
1 parent
9f4f6f0a
optical flow plugin no longer exists
Showing
1 changed file
with
0 additions
and
8 deletions
openbr/plugins/cmake/opencv.cmake
| ... | ... | @@ -36,11 +36,3 @@ else() |
| 36 | 36 | set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/imgproc/denoising.cpp |
| 37 | 37 | plugins/imgproc/inpaint.cpp) |
| 38 | 38 | endif() |
| 39 | - | |
| 40 | -option(BR_WITH_OPENCV_VIDEO "Build with OpenCV video plugins." ON) | |
| 41 | -if(${BR_WITH_OPENCV_VIDEO}) | |
| 42 | - set(BR_THIRDPARTY_LIBS ${BR_THIRDPARTY_LIBS} opencv_video) | |
| 43 | - set(OPENCV_DEPENDENCIES ${OPENCV_DEPENDENCIES} opencv_video) | |
| 44 | -else() | |
| 45 | - set(BR_EXCLUDED_PLUGINS ${BR_EXCLUDED_PLUGINS} plugins/imgproc/opticalflow.cpp) | |
| 46 | -endif() | ... | ... |