Resolved compiling errors under Linux.
This commit is contained in:
parent
916b92bc3b
commit
a3aa7966ae
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user