I'm trying to build the master branch on Win10 Visual Studio 2017.
CMake config is generated successfully using cmake .. -G "Visual Studio 15 2017 Win64" inside the build directory.
However the build fails with errors related to ffmpeg (XVMC, VAAPI) related. I tried this patch but there is no patch for the VAAPI related errors.
Please help.
In the meantime, I'm trying to build a different version of Pangolin and try to link it with the rest of the project.