Commit 8d9e6194 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

fixed opencv_world build

parent 1a809ca8
...@@ -47,12 +47,6 @@ bool cv::initAll() ...@@ -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
; ;
} }
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