Commit f21a9488 authored by Andrey Pavlenko's avatar Andrey Pavlenko Committed by OpenCV Buildbot

Merge pull request #2452 from ilya-lavrenov:tapi_disable_surf

parents 42f9ee3f d9c5fbc9
......@@ -90,7 +90,7 @@ bool SURF_OCL::init(const SURF* p)
return false;
haveImageSupport = false;//dev.imageSupport();
kerOpts = haveImageSupport ? "-D HAVE_IMAGE2D -D DOUBLE_SUPPORT" : "";
status = 1;
// status = 1;
}
}
return status > 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment