mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +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
|
||||
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…
Reference in New Issue
Block a user