fixed MSVC warnings and iOS framework compile error
This commit is contained in:
@@ -44,9 +44,5 @@
|
||||
|
||||
bool cv::initAll()
|
||||
{
|
||||
return true
|
||||
#ifdef HAVE_OPENCV_VIDEO
|
||||
&& initModule_video()
|
||||
#endif
|
||||
;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user