Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I could able to solve the issue with the guidance from Davis King (owner dlib), It's due to conflict between libjpeg library. As both, opencv and dlib uses it. To solve this, link both opencv and dlib to the same libjpeg.

I could able to solve the issue with the guidance from Davis King (owner dlib), It's due to conflict between libjpeg library. As both, opencv and dlib uses it. To solve this, link both opencv and dlib to the same libjpeg.libjpeg. or if that library is not needed by dlib then build it without DLIB_JPEG_SUPPORT and DLIB_PNG_SUPPORT.