Resolved compiling errors under Linux.

This commit is contained in:
Jin Ma 2013-08-16 16:07:53 +08:00
parent 916b92bc3b
commit a3aa7966ae
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@
using namespace cv;
using namespace cv::ocl;
void cvtFrameFmt(std::vector<Mat>& input, std::vector<Mat>& output, int output_cn)
static void cvtFrameFmt(std::vector<Mat>& input, std::vector<Mat>& output, int output_cn)
{
for(int i = 0; i< (int)(input.size()); i++)
{

View File

@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_OPENCL