I have an application that builds fine with OpenCV 3 Beta. I just downloaded and tried to use OpenCV 3 RC1, and now I am getting the following linker error:
Error 1 error LNK2019: unresolved external symbol "int __cdecl cv::hal::normHamming(unsigned char const *,int)" (?normHamming@hal@cv@@YAHPEBEH@Z) referenced in function "double __cdecl cv::norm(class cv::_InputArray const &,int,class cv::_InputArray const &)" (?norm@cv@@YANAEBV_InputArray@1@H0@Z))
I know what this error means and how to link to libraries, but I'm not sure what libraries I need to change to match the upgrade. What changed between OpenCV 3 Beta and RC1 that broke my application, and how can I fix it?