Commit a3aa7966 authored by Jin Ma's avatar Jin Ma

Resolved compiling errors under Linux.

parent 916b92bc
......@@ -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++)
{
......
......@@ -43,7 +43,7 @@
//
//M*/
#include "precomp.hpp"
#include "test_precomp.hpp"
#ifdef HAVE_OPENCL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment