0

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&)'
Jibran.
  • 56
  • 6
  • Without knowing **what exact lines** you have modified it is difficult to say anything. – Tsyvarev May 09 '17 at 22:51
  • i have compiled it with cmake by adding opencv lib in CMakeLists.txt and it compiled without any error. but when i compiled the libraries of x265 it to add in ffmpeg as an exernal library it give me the same error that occurs before when CMakeLists.txt had not entry of opencv. – Jibran. May 10 '17 at 12:19

0 Answers0