fixed opencv_world build
This commit is contained in:
parent
1a809ca89b
commit
8d9e619412
@ -47,12 +47,6 @@ bool cv::initAll()
|
|||||||
return true
|
return true
|
||||||
#ifdef HAVE_OPENCV_VIDEO
|
#ifdef HAVE_OPENCV_VIDEO
|
||||||
&& initModule_video()
|
&& initModule_video()
|
||||||
#endif
|
|
||||||
#ifdef HAVE_OPENCV_FEATURES2D
|
|
||||||
&& initModule_features2d()
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_OPENCV_XFEATURES2D
|
|
||||||
&& xfeatures2d::initModule_xfeatures2d()
|
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user