Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

try to rebuild the opencv libs with

cmake -DBUILD_JPEG -DBUILD_TIFF -DBUILD_PNG

so it's using the 3rd party libs that come with opencv, not your system libs.

try to rebuild the opencv libs with

cmake -DBUILD_JPEG -DBUILD_TIFF -DBUILD_PNG
-DBUILD_JPEG=ON -DBUILD_TIFF=ON -DBUILD_PNG=ON

so it's using the 3rd party libs that come with opencv, not your system libs.