missed # in if defined

This commit is contained in:
kamjagin 2013-08-14 14:25:46 +02:00
parent c24c1a5926
commit 69287c936b

View File

@ -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