Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

jpeg library OpenCV not built

My purpose is to build OpenCV with 3rd party jpeg support. By passing -D BUILD_JPEG=ON to cmake, I can see the object files being compiled. I wanted to copy the built jpeg library to the /usr/local/, but I dont see any library for libjpeg. I just see the object files. Do I need to put the object files in the library myself?

What is the signifigance of WITH_JPEG and BUILD_JPEG configuration variables in cmake?