mirror of
https://github.com/opencv/opencv.git
synced 2025-07-20 19:17:36 +08:00
Merge pull request #10338 from hrnr:fix-build
This commit is contained in:
commit
9de87d96cc
@ -3660,9 +3660,9 @@ struct Program::Impl
|
|||||||
CV_Assert(src_);
|
CV_Assert(src_);
|
||||||
CV_Assert(src_->kind_ == ProgramSource::Impl::PROGRAM_SOURCE_CODE);
|
CV_Assert(src_->kind_ == ProgramSource::Impl::PROGRAM_SOURCE_CODE);
|
||||||
CV_Assert(handle == NULL);
|
CV_Assert(handle == NULL);
|
||||||
CV_INSTRUMENT_REGION_OPENCL_COMPILE(cv::format("Build OpenCL program: %s/%s %" PRIx64 " options: %s",
|
CV_INSTRUMENT_REGION_OPENCL_COMPILE(cv::format("Build OpenCL program: %s/%s %s options: %s",
|
||||||
sourceModule_.c_str(), sourceName_.c_str(),
|
sourceModule_.c_str(), sourceName_.c_str(),
|
||||||
src.hash(), buildflags.c_str()).c_str());
|
src_->sourceHash_.c_str(), buildflags.c_str()).c_str());
|
||||||
|
|
||||||
CV_LOG_VERBOSE(NULL, 0, "Compile... " << sourceModule_.c_str() << "/" << sourceName_.c_str());
|
CV_LOG_VERBOSE(NULL, 0, "Compile... " << sourceModule_.c_str() << "/" << sourceName_.c_str());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user