missed # in if defined

pull/1272/head
kamjagin 12 years ago
parent c24c1a5926
commit 69287c936b
  1. 2
      modules/highgui/src/cap.cpp

@ -135,7 +135,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
#ifdef HAVE_MIL
CV_CAP_MIL,
#endif
if defined(HAVE_QUICKTIME) || defined(HAVE_QTKIT)
#if defined(HAVE_QUICKTIME) || defined(HAVE_QTKIT)
CV_CAP_QT,
#endif
#ifdef HAVE_UNICAP

Loading…
Cancel
Save