mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
fixed opencv_world build
This commit is contained in:
parent
1a809ca89b
commit
8d9e619412
@ -47,12 +47,6 @@ bool cv::initAll()
|
||||
return true
|
||||
#ifdef HAVE_OPENCV_VIDEO
|
||||
&& initModule_video()
|
||||
#endif
|
||||
#ifdef HAVE_OPENCV_FEATURES2D
|
||||
&& initModule_features2d()
|
||||
#endif
|
||||
#ifdef HAVE_OPENCV_XFEATURES2D
|
||||
&& xfeatures2d::initModule_xfeatures2d()
|
||||
#endif
|
||||
;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user