1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Fix ocl::dft the compile warning on Linux

This commit is contained in:
yao
2013-02-26 21:18:51 +08:00
parent 3ff5689fe5
commit 04faaa9e35
+2 -1
View File
@@ -55,8 +55,9 @@ void cv::ocl::dft(const oclMat&, oclMat&, Size, int)
CV_Error(CV_StsNotImplemented, "OpenCL DFT is not implemented");
}
namespace cv { namespace ocl {
void fft_teardown(){}
void fft_teardown();
}}
void cv::ocl::fft_teardown(){}
#else
#include "clAmdFft.h"
namespace cv