mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 03:33:28 +08:00
missed # in if defined
This commit is contained in:
parent
c24c1a5926
commit
69287c936b
@ -135,7 +135,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
|
|||||||
#ifdef HAVE_MIL
|
#ifdef HAVE_MIL
|
||||||
CV_CAP_MIL,
|
CV_CAP_MIL,
|
||||||
#endif
|
#endif
|
||||||
if defined(HAVE_QUICKTIME) || defined(HAVE_QTKIT)
|
#if defined(HAVE_QUICKTIME) || defined(HAVE_QTKIT)
|
||||||
CV_CAP_QT,
|
CV_CAP_QT,
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_UNICAP
|
#ifdef HAVE_UNICAP
|
||||||
|
Loading…
Reference in New Issue
Block a user