mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
fixed compile errors on Ubuntu 11.04
This commit is contained in:
@@ -173,7 +173,7 @@ CV_IMPL CvCapture * cvCreateCameraCapture (int index)
|
||||
if (capture)
|
||||
return capture;
|
||||
#endif
|
||||
#if defined (HAVE_CAMV4L) || defined (HAVE_CAMV4L2)
|
||||
#if defined (HAVE_CAMV4L) && defined (HAVE_CAMV4L2)
|
||||
capture = cvCreateCameraCapture_V4L (index);
|
||||
if (capture)
|
||||
return capture;
|
||||
|
||||
Reference in New Issue
Block a user