Merge pull request #3446 from pokeefe:fix-compilation-without-videoio
This commit is contained in:
commit
d368a7ceb4
@ -70,7 +70,7 @@ public:
|
||||
if (!vc.isOpened())
|
||||
CV_Error(0, "can't open file: " + path_);
|
||||
#else
|
||||
CV_Error(CV_StsNotImplemented, "OpenCV has been compiled without video I/O support");
|
||||
CV_Error(Error::StsNotImplemented, "OpenCV has been compiled without video I/O support");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user