]> git.pld-linux.org Git - packages/opencv.git/blame - opencv-ocl-fft.patch
BR gl2ps-devel
[packages/opencv.git] / opencv-ocl-fft.patch
CommitLineData
6994c4f7
JB
1--- OpenCV-2.4.3/modules/ocl/src/fft.cpp.orig 2012-10-23 00:55:11.000000000 +0200
2+++ OpenCV-2.4.3/modules/ocl/src/fft.cpp 2013-02-16 08:52:00.733063588 +0100
3@@ -95,6 +95,8 @@
4 // if not, bake a new one, put it into the planStore and return it.
5 static clAmdFftPlanHandle getPlan(Size _dft_size, int _src_step, int _dst_step, int _flags, FftType _type);
6 };
7+ void fft_setup();
8+ void fft_teardown();
9 }
10 }
11 bool cv::ocl::FftPlan::started = false;
This page took 0.026506 seconds and 4 git commands to generate.