Merge pull request #3446 from pokeefe:fix-compilation-without-videoio

pull/3465/merge
Vadim Pisarevsky 10 years ago
commit d368a7ceb4
  1. 2
      modules/videostab/src/frame_source.cpp

@ -70,7 +70,7 @@ public:
if (!vc.isOpened()) if (!vc.isOpened())
CV_Error(0, "can't open file: " + path_); CV_Error(0, "can't open file: " + path_);
#else #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 #endif
} }

Loading…
Cancel
Save