1
0
mirror of https://github.com/simon987/fastimagehash.git synced 2025-04-15 08:26:41 +00:00

bugfix: fftw thread safety

This commit is contained in:
simon987 2019-12-27 16:23:03 -05:00
parent 17106c1d4a
commit d14bdbd0f3

@ -11,6 +11,11 @@
//TODO: Error handling
static void init() __attribute__((constructor));
void init() {
fftw_make_planner_thread_safe();
}
using namespace cv;
#define FASTIMAGEHASH_OK 0