From 3d12bc6b9ffc5cd9652bb5b70b646e2d1628277c Mon Sep 17 00:00:00 2001 From: Filipe Almeida Date: Wed, 12 May 2010 11:40:40 +0000 Subject: [PATCH] LIBV4L: precomp.hpp include missing --- modules/highgui/src/cap_libv4l.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/highgui/src/cap_libv4l.cpp b/modules/highgui/src/cap_libv4l.cpp index 33338d27a0..bbbe897640 100644 --- a/modules/highgui/src/cap_libv4l.cpp +++ b/modules/highgui/src/cap_libv4l.cpp @@ -222,6 +222,7 @@ make & enjoy! //M*/ #include "highgui.h" +#include "precomp.hpp" #if !defined WIN32 && defined HAVE_CAMV4L && defined HAVE_CAMV4L2 @@ -329,6 +330,7 @@ static void icvCloseCAM_V4L( CvCaptureCAM_V4L* capture ); static int icvGrabFrameCAM_V4L( CvCaptureCAM_V4L* capture ); static IplImage* icvRetrieveFrameCAM_V4L( CvCaptureCAM_V4L* capture, int ); +CvCapture* cvCreateCameraCapture_V4L( int index ); static double icvGetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, int property_id ); static int icvSetPropertyCAM_V4L( CvCaptureCAM_V4L* capture, int property_id, double value );