1 | initial version |
to debug opencv progs using mingw / gdb, you have to:
-g
flag, and link it against the debug libs (-lopencv_core320d , etc)but the error is comimg from opencv_ffmpeg_64.dll, which was built on another machine, and downloaded to yours as a binary (long story about evading gpl behind that), so the build paths won't match yours ever.