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.
2 | No.2 Revision |
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.