I am modifying HEVC opensource project downloaded from bitbucket. I have added OpenCV libraries now for some frame processing. Code works fine with visual studio. Problem is when I try to make it with cmake following error is producing:
libx265.so.102: undefined reference to `cv::dilate(cv::_InputArray const&, cv::_OutputArray const&, cv::_InputArray const&, cv::Point_<int>, int, int, cv::Scalar_<double> const&)'