Fixed some build issues

This commit is contained in:
Maksim Shabunin
2015-12-03 15:25:42 +03:00
parent 98f5fcd86e
commit 5473dbebed
3 changed files with 1 additions and 11 deletions

View File

@@ -31,4 +31,3 @@ int slow_not8u(const uchar* src1, size_t step1, const uchar* src2, size_t step2,
dst[x] = ~src1[x];
return cv::hal::Error::Ok;
}