mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 14:13:15 +08:00
Fix ocl::dft the compile warning on Linux
This commit is contained in:
parent
3ff5689fe5
commit
04faaa9e35
@ -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…
Reference in New Issue
Block a user