Merge pull request #1099 from asmorkalov:linux_vcap_fix

pull/1106/head
Roman Donchenko 12 years ago committed by OpenCV Buildbot
commit 2dedfd9762
  1. 2
      modules/highgui/src/cap.cpp

@ -220,8 +220,8 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
return capture;
break;
#endif
#ifdef HAVE_VFW
case CV_CAP_VFW:
#ifdef HAVE_VFW
capture = cvCreateCameraCapture_VFW (index);
if (capture)
return capture;

Loading…
Cancel
Save