Fix ocl::dft the compile warning on Linux

pull/555/head
yao 12 years ago
parent 3ff5689fe5
commit 04faaa9e35
  1. 3
      modules/ocl/src/fft.cpp

@ -55,8 +55,9 @@ void cv::ocl::dft(const oclMat&, oclMat&, Size, int)
CV_Error(CV_StsNotImplemented, "OpenCL DFT is not implemented"); CV_Error(CV_StsNotImplemented, "OpenCL DFT is not implemented");
} }
namespace cv { namespace ocl { namespace cv { namespace ocl {
void fft_teardown(){} void fft_teardown();
}} }}
void cv::ocl::fft_teardown(){}
#else #else
#include "clAmdFft.h" #include "clAmdFft.h"
namespace cv namespace cv

Loading…
Cancel
Save