First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jul 6 '16

berak gravatar image

it seems, your script dragged in a wrong version of libjpeg.

try to add -DBUILD_JPEG to your cmake cmdline, and rerun cmake && make && make install

this should build & link the 3rparty libjpeg version, that comes with opencv (instead of trying to use your system one)